Public Member Functions | Data Fields
ngraph::pass::SharedSqueeze Class Reference

SharedSqueeze transformation looks for shared Squeezes and leaves only one Squeeze reconnecting all the outputs to it. More...

#include <strided_slice_squeeze.hpp>

Inheritance diagram for ngraph::pass::SharedSqueeze:

Public Member Functions

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

Data Fields

 NGRAPH_RTTI_DECLARATION
 

Detailed Description

SharedSqueeze transformation looks for shared Squeezes and leaves only one Squeeze reconnecting all the outputs to it.


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