try to delete header and cpp file (#9543)

This commit is contained in:
Smirnov Grigorii 2022-01-11 22:10:50 +03:00 committed by GitHub
parent 1a8506f205
commit e9be93aec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 31 deletions

View File

@ -1,24 +0,0 @@
// Copyright (C) 2018-2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#pragma once
#include <ngraph/ngraph.hpp>
#include <ngraph/pass/pass.hpp>
#include <transformations_visibility.hpp>
namespace ngraph {
namespace pass {
class TRANSFORMATIONS_API AlgebraicSimplification;
} // namespace pass
} // namespace ngraph
class ngraph::pass::AlgebraicSimplification : public GraphRewrite {
public:
NGRAPH_RTTI_DECLARATION;
AlgebraicSimplification() = default;
};

View File

@ -1,7 +0,0 @@
// Copyright (C) 2018-2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include "transformations/common_optimizations/algebraic_simplification.hpp"
NGRAPH_RTTI_DEFINITION(ngraph::pass::AlgebraicSimplification, "AlgebraicSimplification", 0);