10 #include <transformations_visibility.hpp>
12 #include <ngraph/pass/graph_rewrite.hpp>
17 class TRANSFORMATIONS_API StridedSliceSqueeze;
18 class TRANSFORMATIONS_API SqueezeStridedSlice;
19 class TRANSFORMATIONS_API SharedSqueeze;
31 NGRAPH_RTTI_DECLARATION;
42 NGRAPH_RTTI_DECLARATION;
53 NGRAPH_RTTI_DECLARATION;
54 bool run_on_function(std::shared_ptr<ngraph::Function> f)
override;
SharedSqueeze transformation looks for shared Squeezes and leaves only one Squeeze reconnecting all t...
Definition: strided_slice_squeeze.hpp:51
StridedSliceSqueeze transformation looks for Squeeze -> SSe and corrects SS inputs and attributes for...
Definition: strided_slice_squeeze.hpp:40
StridedSliceSqueeze transformation looks for SS -> Squeeze and corrects SS inputs and attributes for ...
Definition: strided_slice_squeeze.hpp:29
ngraph namespace
Definition: add_fake_quantize_fusion.hpp:14