Home
last modified time | relevance | path

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

/external/armnn/samples/ObjectDetection/src/
DObjectDetectionPipeline.cpp56 float NMSThreshold, float ClsThreshold, float ObjectThreshold) : in YoloV3Tiny()
89 float ObjectThreshold = 0.6f; in CreatePipeline() local
DSSDResultDecoder.cpp78 SSDResultDecoder::SSDResultDecoder(float ObjectThreshold) : m_objectThreshold(ObjectThreshold) {} in SSDResultDecoder()
DYoloResultDecoder.cpp94 YoloResultDecoder::YoloResultDecoder(float NMSThreshold, float ClsThreshold, float ObjectThreshold) in YoloResultDecoder()
/external/armnn/samples/ObjectDetection/test/delegate/
DArmnnDelegateNetworkExecutorTest.cpp89 float ObjectThreshold = 0.3f; variable