convert_interpolate1_to_interpolate4.hpp
1 // Copyright (C) 2018-2021 Intel Corporation
2 // SPDX-License-Identifier: Apache-2.0
3 //
4 
5 #pragma once
6 
7 #include <vector>
8 #include <utility>
9 #include <memory>
10 
11 #include <transformations_visibility.hpp>
12 
13 #include <ngraph/pass/graph_rewrite.hpp>
14 
15 namespace ngraph {
16 namespace pass {
17 
18 class TRANSFORMATIONS_API ConvertInterpolate1ToInterpolate4;
19 
20 } // namespace pass
21 } // namespace ngraph
22 
23 /**
24  * @ingroup ie_transformation_common_api
25  * @brief ConvertInterpolate1ToInterpolate4 covert v0:interpolate into v4::Interpolate.
26  */
27 class ngraph::pass::ConvertInterpolate1ToInterpolate4: public ngraph::pass::MatcherPass {
28 public:
29  NGRAPH_RTTI_DECLARATION;
31 };
ConvertInterpolate1ToInterpolate4 covert v0:interpolate into v4::Interpolate.
Definition: convert_interpolate1_to_interpolate4.hpp:27
ngraph namespace
Definition: add_fake_quantize_fusion.hpp:14