10 #include <transformations_visibility.hpp>
12 #include <ngraph/ops.hpp>
13 #include <ngraph/pass/graph_rewrite.hpp>
18 class TRANSFORMATIONS_API ConvertBatchToSpace;
38 NGRAPH_RTTI_DECLARATION;
40 if (convert_by_elements)
41 convert_batch_to_space_by_elements();
43 convert_batch_to_space();
47 void convert_batch_to_space();
48 void convert_batch_to_space_by_elements();
ConvertBatchToSpace transformation decomposes BatchToSpace layer to Reshape->Transpose->Reshape->Crop...
Definition: convert_batch_to_space.hpp:36
ngraph namespace
Definition: add_fake_quantize_fusion.hpp:14