disable_convert_constant_folding_on_const_path.hpp
1 // Copyright (C) 2018-2021 Intel Corporation
2 // SPDX-License-Identifier: Apache-2.0
3 //
4 
5 #pragma once
6 
7 #include <memory>
8 #include <utility>
9 
10 #include <transformations_visibility.hpp>
11 #include <ngraph/pass/graph_rewrite.hpp>
12 
13 namespace ngraph {
14 namespace pass {
15 
16 class TRANSFORMATIONS_API DisableConvertConstantFoldingOnConstPath;
17 
18 } // namespace pass
19 } // namespace ngraph
20 
21 class ngraph::pass::DisableConvertConstantFoldingOnConstPath : public ngraph::pass::MatcherPass {
22 public:
23  NGRAPH_RTTI_DECLARATION;
25  const std::vector<ngraph::element::Type>& inputPrecisions = {});
26 };
Definition: disable_convert_constant_folding_on_const_path.hpp:21
ngraph namespace
Definition: add_fake_quantize_fusion.hpp:14