Skip to content

Commit 2f9c8f0

Browse files
committed
to trigger CI verify SLT
1 parent 7bf894e commit 2f9c8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/functional/shared_test_classes/src/base/ov_subgraph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ void SubgraphBaseTest::compile_model() {
306306
std::cout << "[ PLUGIN ] `SubgraphBaseTest::compile_model()` is finished successfully. Duration is " << duration.count() << "s" << std::endl;
307307
}
308308
try {
309-
inference_precision = core->get_property(targetDevice, ov::hint::inference_precision);
309+
inference_precision = compiledModel.get_property(ov::hint::inference_precision);
310310
} catch (std::exception& e) {
311311
std::cout << "[ WARNING ] Impossible to get Inference Precision with exception: " << e.what() << std::endl;
312312
}

0 commit comments

Comments
 (0)