Home
last modified time | relevance | path

Searched defs:ClsThreshold (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/armnn/samples/ObjectDetection/src/
H A DObjectDetectionPipeline.cpp56 float NMSThreshold, float ClsThreshold, float ObjectThreshold) : in YoloV3Tiny()
88 float ClsThreshold = 0.6f; in CreatePipeline() local
H A DYoloResultDecoder.cpp94 YoloResultDecoder::YoloResultDecoder(float NMSThreshold, float ClsThreshold, float ObjectThreshold) in YoloResultDecoder()
/aosp_15_r20/external/armnn/samples/ObjectDetection/test/delegate/
H A DArmnnDelegateNetworkExecutorTest.cpp88 float ClsThreshold = 0.3f; variable