ngraph::pass::SoftPlusDecomposition Class Reference

SoftPlusDecomposition transformation replaces SoftPlus op to group of operations: log(exp(x) + 1). More...

#include <softplus_decomposition.hpp>

Inheritance diagram for ngraph::pass::SoftPlusDecomposition:

Detailed Description

SoftPlusDecomposition transformation replaces SoftPlus op to group of operations: log(exp(x) + 1).


The documentation for this class was generated from the following file: