Home
last modified time | relevance | path

Searched refs:m_ConstantsToBeCreated (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/src/armnnTfLiteParser/
H A DTfLiteParser.hpp334 std::vector<unsigned int> m_ConstantsToBeCreated; member in armnnTfLiteParser::TfLiteParserImpl
H A DTfLiteParser.cpp921 m_ConstantsToBeCreated.clear(); in ResetParser()
3630 m_ConstantsToBeCreated.push_back(operatorPtr->inputs[18]); in ParseUnidirectionalSequenceLSTM()
3632 m_ConstantsToBeCreated.push_back(operatorPtr->inputs[19]); in ParseUnidirectionalSequenceLSTM()
5114 return (std::find(m_ConstantsToBeCreated.begin(), m_ConstantsToBeCreated.end(), tensorIndex) in ShouldConstantTensorBeCreated()
5115 != m_ConstantsToBeCreated.end()); in ShouldConstantTensorBeCreated()