Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/samples/ObjectDetection/include/
H A DSSDResultDecoder.hpp14 class SSDResultDecoder : public IDetectionResultDecoder class
/aosp_15_r20/external/armnn/samples/ObjectDetection/src/
H A DSSDResultDecoder.cpp78 SSDResultDecoder::SSDResultDecoder(float ObjectThreshold) : m_objectThreshold(ObjectThreshold) {} in SSDResultDecoder() function in od::SSDResultDecoder