Home
last modified time | relevance | path

Searched defs:YoloResultDecoder (Results 1 – 2 of 2) sorted by relevance

/external/armnn/samples/ObjectDetection/include/
DYoloResultDecoder.hpp16 class YoloResultDecoder : public IDetectionResultDecoder class
/external/armnn/samples/ObjectDetection/src/
DYoloResultDecoder.cpp94 YoloResultDecoder::YoloResultDecoder(float NMSThreshold, float ClsThreshold, float ObjectThreshold) in YoloResultDecoder() function in od::YoloResultDecoder