Data Fields
ngraph::pass::EinsumDecomposition Class Reference

EinsumDecomposition transformation decomposes Einsum-7 operation into a sub-graph with more simple operations: Transpose, Reshape, MatMul, ReduceSum, Unsqueeze, ShapeOf, ReduceProd, StridedSlice, and Concat. More...

#include <einsum_decomposition.hpp>

Inheritance diagram for ngraph::pass::EinsumDecomposition:

Data Fields

 NGRAPH_RTTI_DECLARATION
 

Detailed Description

EinsumDecomposition transformation decomposes Einsum-7 operation into a sub-graph with more simple operations: Transpose, Reshape, MatMul, ReduceSum, Unsqueeze, ShapeOf, ReduceProd, StridedSlice, and Concat.


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