Data Fields
ngraph::pass::LogSoftmaxDecomposition Class Reference

LogSoftmaxDecomposition transformation into sub-graph x - log(reduce_sum(exp(x), axis)). More...

#include <log_softmax_decomposition.hpp>

Inheritance diagram for ngraph::pass::LogSoftmaxDecomposition:

Data Fields

 NGRAPH_RTTI_DECLARATION
 

Detailed Description

LogSoftmaxDecomposition transformation into sub-graph x - log(reduce_sum(exp(x), axis)).


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