Searched refs:ParseDetectionPostProcess (Results 1 – 5 of 5) sorted by relevance
164 BOOST_FIXTURE_TEST_CASE( ParseDetectionPostProcess, ParseDetectionPostProcessCustomOptions ) in BOOST_FIXTURE_TEST_CASE() argument
95 void ParseDetectionPostProcess(GraphPtr graph, unsigned int layerIndex);
186 m_ParserFunctions[Layer_DetectionPostProcessLayer] = &Deserializer::ParseDetectionPostProcess; in Deserializer()1355 void Deserializer::ParseDetectionPostProcess(GraphPtr graph, unsigned int layerIndex) in ParseDetectionPostProcess() function in armnnDeserializer::Deserializer
104 void ParseDetectionPostProcess(size_t subgraphIndex, size_t operatorIndex);
587 …tomParserFunctions["TFLite_Detection_PostProcess"] = &TfLiteParser::ParseDetectionPostProcess; in TfLiteParser()2372 void TfLiteParser::ParseDetectionPostProcess(size_t subgraphIndex, size_t operatorIndex) in ParseDetectionPostProcess() function in armnnTfLiteParser::TfLiteParser