[IE TESTS] Move SLT classes to SharedTestClasses lib & add serialization functionality to the common class (#3431)

* [IE TESTS] Changing functional test utils structure

* Example

* Remove extra

* Apply comments

* fixes

* [IE TESTS] Change the structure

* Continue

* step 3

* [IE TESTS] Complete transition single layer test classes

* [IE TESTS] Transition Subgraph

* Fix subgraph namespaces

* fix

* Apply comments

* latm fix
This commit is contained in:
Irina Efode
2020-12-15 22:32:00 +03:00
committed by GitHub
parent ab996da912
commit 602f8f2e08
569 changed files with 6242 additions and 6052 deletions

View File

@@ -0,0 +1,8 @@
// Copyright (C) 2020 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include "functional_test_utils/core_config.hpp"
void CoreConfiguration(LayerTestsUtils::LayerTestsCommon* test) {
}

View File

@@ -1,8 +0,0 @@
// Copyright (C) 2020 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include "functional_test_utils/plugin_config.hpp"
void PreparePluginConfiguration(LayerTestsUtils::LayerTestsCommon* test) {
}