[HETERO] Enable smoke_Hetero_CachingSupportCase tests (#16711)
This commit is contained in:
@@ -592,9 +592,10 @@ HeteroExecutableNetwork::HeteroExecutableNetwork(std::istream& heteroModel,
|
||||
}
|
||||
|
||||
std::shared_ptr<ov::Node> node = std::make_shared<ov::op::v0::Parameter>(elementType, partialShape);
|
||||
// For result operation_name is name of previous operation
|
||||
node->set_friendly_name(operation_name);
|
||||
if (!is_param)
|
||||
node = std::make_shared<ov::op::v0::Result>(node);
|
||||
node->set_friendly_name(operation_name);
|
||||
node->output(0).get_tensor().add_names(tensorNames);
|
||||
|
||||
return node;
|
||||
|
||||
@@ -166,9 +166,6 @@ std::vector<std::string> disabledTestPatterns() {
|
||||
// Issue: 95607
|
||||
R"(.*CachingSupportCase.*LoadNetworkCacheTestBase.*(TIwithLSTMcell1|MatMulBias|2InputSubtract)_(i|u).*)",
|
||||
R"(.*CachingSupportCase.*ReadConcatSplitAssign.*)",
|
||||
// Issue: 95239
|
||||
// HETERO plugin lacks caching_properties definition
|
||||
R"(smoke_Hetero_CachingSupportCase.*)",
|
||||
// 94982. FP32->I32 conversion issue in the reference implementation. There can be some garbage in the rest of float values like 0.333333745.
|
||||
// The kernel does not have such garbage. The diff 0.000000745 is taken into account in calculations and affects further type conversion.
|
||||
// Reorder->GridSample->Reorder also does not work here. Potential fix is to use nearest conversion instead of truncation.
|
||||
|
||||
Reference in New Issue
Block a user