remove useless code
This commit is contained in:
parent
2afd673cff
commit
b3dd0ffaab
@ -16,7 +16,7 @@ using namespace ov::test::conformance;
|
|||||||
|
|
||||||
INSTANTIATE_TEST_SUITE_P(
|
INSTANTIATE_TEST_SUITE_P(
|
||||||
ov_compiled_model_mandatory, OVClassCompiledModelGetPropertyTest,
|
ov_compiled_model_mandatory, OVClassCompiledModelGetPropertyTest,
|
||||||
::testing::ValuesIn(return_batch_combination()));
|
::testing::ValuesIn(return_all_possible_device_combination()));
|
||||||
|
|
||||||
//
|
//
|
||||||
// Executable Network GetConfig / SetConfig
|
// Executable Network GetConfig / SetConfig
|
||||||
|
@ -8,8 +8,6 @@
|
|||||||
|
|
||||||
#include "openvino/runtime/properties.hpp"
|
#include "openvino/runtime/properties.hpp"
|
||||||
|
|
||||||
#include <locale.h>
|
|
||||||
|
|
||||||
namespace ov {
|
namespace ov {
|
||||||
namespace test {
|
namespace test {
|
||||||
namespace behavior {
|
namespace behavior {
|
||||||
|
Loading…
Reference in New Issue
Block a user