Public Member Functions
ngraph::pass::GroupedStridedSliceOptimizer Class Reference

GroupedStridedSliceOptimizer transformation replaces group of StridedSlice operations with VariadicSplit. All StridedSlice operations must slice data with the same axis and stride = 1. More...

#include <optimize_strided_slice.hpp>

Inheritance diagram for ngraph::pass::GroupedStridedSliceOptimizer:

Public Member Functions

bool run_on_function (std::shared_ptr< ngraph::Function > f) override
 

Detailed Description

GroupedStridedSliceOptimizer transformation replaces group of StridedSlice operations with VariadicSplit. All StridedSlice operations must slice data with the same axis and stride = 1.


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