Fix myriad

This commit is contained in:
Efode, Irina 2021-10-28 13:13:08 +03:00
parent 39ed74825d
commit 15dd126139

View File

@ -6,6 +6,8 @@
#include "functional_test_utils/ov_tensor_utils.hpp" #include "functional_test_utils/ov_tensor_utils.hpp"
#include "shared_test_classes/single_layer/eltwise.hpp" #include "shared_test_classes/single_layer/eltwise.hpp"
#include "functional_test_utils/plugin_cache.hpp"
namespace ov { namespace ov {
namespace test { namespace test {
namespace subgraph { namespace subgraph {
@ -95,7 +97,7 @@ void EltwiseLayerTest::transformInputShapesAccordingEltwise(const ov::PartialSha
void EltwiseLayerTest::SetUp() { void EltwiseLayerTest::SetUp() {
// w/a for myriad (cann't store 2 caches simultaneously) // w/a for myriad (cann't store 2 caches simultaneously)
ov::test::utils::PluginCache::get().reset(); PluginCache::get().reset();
std::vector<InputShape> shapes; std::vector<InputShape> shapes;
ElementType netType; ElementType netType;