convert_gather_v1_to_gather_v7.hpp
1 // Copyright (C) 2021 Intel Corporation
2 // SPDX-License-Identifier: Apache-2.0
3 //
4 
5 #pragma once
6 
7 #include <transformations_visibility.hpp>
8 
9 #include <ngraph/pass/graph_rewrite.hpp>
10 
11 namespace ngraph {
12 namespace pass {
13 
14 class TRANSFORMATIONS_API ConvertGather1ToGather7;
15 
16 } // namespace pass
17 } // namespace ngraph
18 
19 /**
20  * @ingroup ie_transformation_common_api
21  * @brief ConvertGather1ToGather7 converts v1::Gather into v7::Gather.
22  */
23 class ngraph::pass::ConvertGather1ToGather7 : public ngraph::pass::MatcherPass {
24 public:
25  NGRAPH_RTTI_DECLARATION;
27 };
ConvertGather1ToGather7 converts v1::Gather into v7::Gather.
Definition: convert_gather_v1_to_gather_v7.hpp:23
ngraph namespace
Definition: add_fake_quantize_fusion.hpp:14