Move transformation tests to the correct directory

This commit is contained in:
Tikhonov Ivan 2022-12-08 07:53:49 +00:00
parent 0602b852eb
commit 0c2a932505
2 changed files with 13 additions and 13 deletions

View File

@ -7,13 +7,13 @@
#include <string>
#include <memory>
#include <ngraph/function.hpp>
#include <ngraph/opsets/opset1.hpp>
#include <transformations/common_optimizations/reshape_prelu.hpp>
#include <transformations/init_node_info.hpp>
#include <transformations/utils/utils.hpp>
#include <ov_ops/type_relaxed.hpp>
#include <ngraph/pass/manager.hpp>
#include "ngraph/function.hpp"
#include "ngraph/opsets/opset1.hpp"
#include "reshape_prelu.hpp"
#include "transformations/init_node_info.hpp"
#include "transformations/utils/utils.hpp"
#include "ov_ops/type_relaxed.hpp"
#include "ngraph/pass/manager.hpp"
#include "common_test_utils/ngraph_test_utils.hpp"
using namespace testing;

View File

@ -5,13 +5,13 @@
#include <gtest/gtest.h>
#include <memory>
#include <ngraph/function.hpp>
#include <openvino/opsets/opset1.hpp>
#include <openvino/opsets/opset10.hpp>
#include <openvino/pass/manager.hpp>
#include "ngraph/function.hpp"
#include "openvino/opsets/opset1.hpp"
#include "openvino/opsets/opset10.hpp"
#include "openvino/pass/manager.hpp"
#include <string>
#include <transformations/init_node_info.hpp>
#include <transformations/op_conversions/convert_xor_to_logical_xor.hpp>
#include "transformations/init_node_info.hpp"
#include "convert_xor_to_logical_xor.hpp"
#include "common_test_utils/ngraph_test_utils.hpp"