Home
last modified time | relevance | path

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

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