Data Fields
ngraph::pass::ConvertGather0D Class Reference

ConvertGather0D decomposes v1::Gather operation into v0::Unsqueeze + v1::Gather + v0::Squeeze pattern when gather indices is scalar. More...

#include <convert_gather_0d.hpp>

Inheritance diagram for ngraph::pass::ConvertGather0D:

Data Fields

 NGRAPH_RTTI_DECLARATION
 

Detailed Description

ConvertGather0D decomposes v1::Gather operation into v0::Unsqueeze + v1::Gather + v0::Squeeze pattern when gather indices is scalar.


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