aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/armnnTfLiteParser/TfLiteParser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/armnnTfLiteParser/TfLiteParser.cpp b/src/armnnTfLiteParser/TfLiteParser.cpp
index 6354a1e13a..199a853918 100644
--- a/src/armnnTfLiteParser/TfLiteParser.cpp
+++ b/src/armnnTfLiteParser/TfLiteParser.cpp
@@ -901,7 +901,6 @@ armnn::TensorInfo TfLiteParserImpl::OutputTensorInfoFromInputs(size_t subgraphIn
}
else
{
- m_Model->subgraphs[subgraphIndex]->operators[operatorIndex];
auto inputTensorInfo = ::armnnTfLiteParser::ToTensorInfo(subgraphPtr->tensors[inputId].get());
m_TensorInfos.insert({ inputId, inputTensorInfo});
inputShapes.push_back(inputTensorInfo.GetShape());