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

UselessStridedSliceEraser transformation removes StridedSlice operations with equal input and output shapes. More...

#include <optimize_strided_slice.hpp>

Inheritance diagram for ngraph::pass::UselessStridedSliceEraser:

Public Member Functions

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

Detailed Description

UselessStridedSliceEraser transformation removes StridedSlice operations with equal input and output shapes.


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