Data Fields
ngraph::pass::EliminateUnsqueezeGather Class Reference

Remove Unsqueeze + Gather pair, if Gather gathers data by dimension that was previously added by Unsqueeze. More...

#include <eliminate_unsqueeze_gather.hpp>

Inheritance diagram for ngraph::pass::EliminateUnsqueezeGather:

Data Fields

 NGRAPH_RTTI_DECLARATION
 

Detailed Description

Remove Unsqueeze + Gather pair, if Gather gathers data by dimension that was previously added by Unsqueeze.


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