Searched defs:DetectionPostProcessDescriptor (Results 1 – 3 of 3) sorted by relevance
416 struct DetectionPostProcessDescriptor struct432 bool operator ==(const DetectionPostProcessDescriptor& rhs) const; argument
701 struct DetectionPostProcessDescriptor : BaseDescriptor struct703 DetectionPostProcessDescriptor() in DetectionPostProcessDescriptor() argument717 bool operator ==(const DetectionPostProcessDescriptor& rhs) const in operator ==()733 uint32_t m_MaxDetections;735 uint32_t m_MaxClassesPerDetection;737 uint32_t m_DetectionsPerClass;739 float m_NmsScoreThreshold;741 float m_NmsIouThreshold;743 uint32_t m_NumClasses;745 bool m_UseRegularNms;[all …]
240 … const DetectionPostProcessDescriptor&, //descriptor in IsDetectionPostProcessSupported()