[CONFORMANCE] Fix functions with several dynamic inputs (#17404)

This commit is contained in:
Irina Efode 2023-05-15 14:49:55 +04:00 committed by GitHub
parent ac3d339811
commit 8fed094168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -407,7 +407,6 @@ void SubgraphBaseTest::init_input_shapes(const std::vector<InputShape>& shapes)
for (const auto& shape : shapes) {
auto dynShape = shape.first;
if (dynShape.rank() == 0) {
ASSERT_EQ(targetStaticShapeSize, 1) << "Incorrect number of static shapes for static case";
dynShape = shape.second.front();
}
inputDynamicShapes.push_back(dynShape);