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>
Public Member Functions | |
| bool | run_on_function (std::shared_ptr< ngraph::Function > f) override |
Data Fields | |
| NGRAPH_RTTI_DECLARATION | |
GroupedStridedSliceOptimizer transformation replaces group of StridedSlice operations with VariadicSplit. All StridedSlice operations must slice data with the same axis and stride = 1.