[CONFORMANCE] Fix functions with several dynamic inputs (#17404)
This commit is contained in:
parent
ac3d339811
commit
8fed094168
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user