convert_gather_v7_to_gather_v1.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 ConvertGather7ToGather1;
15 
16 } // namespace pass
17 } // namespace ngraph
18 
19 /**
20  * @ingroup ie_transformation_common_api
21  * @brief ConvertGather7ToGather1 converts v7::Gather into v1::Gather.
22  */
23 class ngraph::pass::ConvertGather7ToGather1 : public ngraph::pass::MatcherPass {
24 public:
25  NGRAPH_RTTI_DECLARATION;
27 };
ConvertGather7ToGather1 converts v7::Gather into v1::Gather.
Definition: convert_gather_v7_to_gather_v1.hpp:23
ngraph namespace
Definition: add_fake_quantize_fusion.hpp:14