Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnnTfLiteParser/
H A DTfLiteParser.hpp312 std::unordered_map<std::string, OperatorParsingFunction> m_CustomParserFunctions; member in armnnTfLiteParser::TfLiteParserImpl
H A DTfLiteParser.cpp809m_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()