Documentation
Download Docs
Install OpenVINO™
transformations
include
transformations
common_optimizations
nop_elimination.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 <memory>
9
10
#include <transformations_visibility.hpp>
11
12
#include <ngraph/ngraph.hpp>
13
#include <ngraph/pass/pass.hpp>
14
15
namespace
ngraph
{
16
namespace
pass {
17
18
class
TRANSFORMATIONS_API NopElimination;
19
20
}
// namespace pass
21
}
// namespace ngraph
22
23
class
ngraph::pass::NopElimination
:
public
GraphRewrite {
24
public
:
25
NGRAPH_RTTI_DECLARATION;
26
NopElimination
();
27
};
ngraph::pass::NopElimination
Definition:
nop_elimination.hpp:23
ngraph
ngraph namespace
Definition:
add_fake_quantize_fusion.hpp:14