Searched refs:m_ConstantsToBeCreated (Results 1 – 2 of 2) sorted by relevance
334 std::vector<unsigned int> m_ConstantsToBeCreated; member in armnnTfLiteParser::TfLiteParserImpl
921 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()