Move transformation tests to the correct directory
This commit is contained in:
parent
0602b852eb
commit
0c2a932505
@ -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;
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user