Home
last modified time | relevance | path

Searched defs:operatorPtr (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/armnn/src/armnnTfLiteParser/
H A DTfLiteParser.cpp290 const auto& operatorPtr = model->subgraphs[subgraphIndex]->operators[operatorIndex]; in GetOpCode() local
817 const auto& operatorPtr = m_Model->subgraphs[subgraphIndex]->operators[operatorIndex]; in InputTensorInfo() local
841 const auto& operatorPtr = m_Model->subgraphs[subgraphIndex]->operators[operatorIndex]; in OutputTensorInfoFromInputs() local
899 const auto& operatorPtr = m_Model->subgraphs[subgraphIndex]->operators[operatorIndex]; in OutputTensorInfoFromShapes() local
1118 const auto& operatorPtr = m_Model->subgraphs[subgraphIndex]->operators[operatorIndex]; in ParseCustomOperator() local
1136 const auto & operatorPtr = m_Model->subgraphs[subgraphIndex]->operators[operatorIndex]; in ParseUnsupportedOperator() local
1216 const auto& operatorPtr = m_Model->subgraphs[subgraphIndex]->operators[operatorIndex]; in ParseConv2D() local
1298 const auto& operatorPtr = m_Model->subgraphs[subgraphIndex]->operators[operatorIndex]; in ParseConv3D() local
1376 const auto& operatorPtr = m_Model->subgraphs[subgraphIndex]->operators[operatorIndex]; in ParseDepthwiseConv2D() local
1589 const auto& operatorPtr = m_Model->subgraphs[subgraphIndex]->operators[operatorIndex]; in ParseTransposeConv() local
[all …]