Home
last modified time | relevance | path

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

/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
Darmnn_descriptors.i352 struct DetectionPostProcessDescriptor struct
368 bool operator ==(const DetectionPostProcessDescriptor& rhs) const; argument
/external/armnn/include/armnn/
DDescriptors.hpp506 struct DetectionPostProcessDescriptor struct
508 DetectionPostProcessDescriptor() in DetectionPostProcessDescriptor() argument
522 bool operator ==(const DetectionPostProcessDescriptor& rhs) const in operator ==()
538 uint32_t m_MaxDetections;
540 uint32_t m_MaxClassesPerDetection;
542 uint32_t m_DetectionsPerClass;
544 float m_NmsScoreThreshold;
546 float m_NmsIouThreshold;
548 uint32_t m_NumClasses;
550 bool m_UseRegularNms;
[all …]
DLayerVisitorBase.hpp90 const DetectionPostProcessDescriptor&, in VisitDetectionPostProcessLayer()
/external/armnn/src/backends/backendsCommon/
DLayerSupportBase.cpp192const DetectionPostProcessDescriptor&, //descriptor in IsDetectionPostProcessSupported()