Home
last modified time | relevance | path

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

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