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

SharedStridedSliceEraser transformation replaces group of StridedSlice operations with first StridedSlice in this group. All SrtideSlices in this group must be equal and consume the same output port. More...

#include <optimize_strided_slice.hpp>

Inheritance diagram for ngraph::pass::SharedStridedSliceEraser:

Public Member Functions

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

Detailed Description

SharedStridedSliceEraser transformation replaces group of StridedSlice operations with first StridedSlice in this group. All SrtideSlices in this group must be equal and consume the same output port.


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