11 #include <ngraph/ngraph.hpp>
12 #include <ngraph/opsets/opset1.hpp>
13 #include <ngraph/opsets/opset3.hpp>
14 #include <ngraph/opsets/opset5.hpp>
15 #include <ngraph/pattern/matcher.hpp>
16 #include <ngraph/pattern/op/wrap_type.hpp>
17 #include <ngraph/rt_info.hpp>
19 #include <transformations_visibility.hpp>
20 #include <ngraph/pass/graph_rewrite.hpp>
25 class TRANSFORMATIONS_API MimicSetBatchSize;
44 NGRAPH_RTTI_DECLARATION;
45 bool run_on_function(std::shared_ptr<ngraph::Function> f)
override;
MimicSetBatchSize transformation relaxes hard-coded output batch dimension of Reshape operation....
Definition: mimic_set_batch_size.hpp:42
ngraph namespace
Definition: add_fake_quantize_fusion.hpp:14