[Confromance, API2] Remove CPU from heteroDeviceName (#14631)
This commit is contained in:
parent
1a4117b855
commit
a7d0b7b010
@ -340,7 +340,7 @@ TEST_P(OVClassHeteroExecutableNetworkGetMetricTest_TARGET_FALLBACK, GetMetricNoT
|
||||
|
||||
std::string targets;
|
||||
OV_ASSERT_NO_THROW(targets = compiled_model.get_property(ov::device::priorities));
|
||||
auto expectedTargets = target_device + "," + CommonTestUtils::DEVICE_CPU;
|
||||
auto expectedTargets = target_device;
|
||||
|
||||
std::cout << "Compiled model fallback targets: " << targets << std::endl;
|
||||
ASSERT_EQ(expectedTargets, targets);
|
||||
|
Loading…
Reference in New Issue
Block a user