Home
last modified time | relevance | path

Searched refs:hardNmsSingleClass (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DGenerateProposals.cpp362 uint32_t* hardNmsSingleClass(const float* scoresData, float iouThreshold, int32_t maxNumDetections, in hardNmsSingleClass() function
407 uint32_t* selectEnd = hardNmsSingleClass(scoresData, iouThreshold, maxNumDetectionsPerClass, in hardNmsMultiClass()
1038 uint32_t* selectEnd = box_with_nms_limit::hardNmsSingleClass( in generateProposalsNhwcFloat32Compute()
1523 uint32_t* selectEnd = box_with_nms_limit::hardNmsSingleClass( in detectionPostprocessFloat32()