Home
last modified time | relevance | path

Searched defs:ObjectThreshold (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/samples/ObjectDetection/src/
H A DObjectDetectionPipeline.cpp56 float NMSThreshold, float ClsThreshold, float ObjectThreshold) : in YoloV3Tiny()
89 float ObjectThreshold = 0.6f; in CreatePipeline() local
H A DSSDResultDecoder.cpp78 SSDResultDecoder::SSDResultDecoder(float ObjectThreshold) : m_objectThreshold(ObjectThreshold) {} in SSDResultDecoder()
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.cpp89 float ObjectThreshold = 0.3f; variable