Searched refs:m_CustomParserFunctions (Results 1 – 2 of 2) sorted by relevance
312 std::unordered_map<std::string, OperatorParsingFunction> m_CustomParserFunctions; member in armnnTfLiteParser::TfLiteParserImpl
809 …m_CustomParserFunctions["TFLite_Detection_PostProcess"] = &TfLiteParserImpl::ParseDetectionPo… in TfLiteParserImpl()1122 auto iterator = m_CustomParserFunctions.find(customCode); in ParseCustomOperator()1123 if (iterator != m_CustomParserFunctions.end()) in ParseCustomOperator()