Remove redundant line
This commit is contained in:
parent
109cafeffe
commit
39a691ab95
@ -320,7 +320,6 @@ void LayerTestsCommon::ConfigureNetwork() {
|
|||||||
std::map<std::string, ngraph::PartialShape> inputShapes;
|
std::map<std::string, ngraph::PartialShape> inputShapes;
|
||||||
auto inputsDataMap = cnnNetwork.getInputsInfo();
|
auto inputsDataMap = cnnNetwork.getInputsInfo();
|
||||||
for (auto&& inputDataMap : inputsDataMap) {
|
for (auto&& inputDataMap : inputsDataMap) {
|
||||||
inputShapes[inputDataMap.first] = inputsDataMap[inputDataMap.first]->getInputData()->getPartialShape();
|
|
||||||
inputShapes[inputDataMap.first] = std::vector<ngraph::Dimension>(inputDynamicShape);
|
inputShapes[inputDataMap.first] = std::vector<ngraph::Dimension>(inputDynamicShape);
|
||||||
}
|
}
|
||||||
cnnNetwork.reshape(inputShapes);
|
cnnNetwork.reshape(inputShapes);
|
||||||
|
Loading…
Reference in New Issue
Block a user