Data Fields
ngraph::pass::GatherNegativeConstIndicesNormalize Class Reference

GatherNegativeConstIndicesNormalize checks if indices value is negative scalar and normalizes it using ShapeOf->Add->Cast subgraph. We need to remove this transformation after adding support of negative indices in future version of Gather operation. More...

#include <gather_normalize_negative_indices.hpp>

Inheritance diagram for ngraph::pass::GatherNegativeConstIndicesNormalize:

Data Fields

 NGRAPH_RTTI_DECLARATION
 

Detailed Description

GatherNegativeConstIndicesNormalize checks if indices value is negative scalar and normalizes it using ShapeOf->Add->Cast subgraph. We need to remove this transformation after adding support of negative indices in future version of Gather operation.


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