Lines Matching defs:maxNumDetections
311 uint32_t* hardNmsSingleClass(const float* scoresData, float iouThreshold, int32_t maxNumDetections, in hardNmsSingleClass()
340 float scoreThreshold, float iouThreshold, int32_t maxNumDetections, in hardNmsMultiClass()
374 uint32_t* softNmsSingleClass(float* scoresData, float scoreThreshold, int32_t maxNumDetections, in softNmsSingleClass()
404 float scoreThreshold, float nmsScoreThreshold, int32_t maxNumDetections, in softNmsMultiClass()
440 float scoreThreshold, int32_t maxNumDetections, in boxWithNmsLimitFloat32Compute()
573 int32_t maxNumDetections, int32_t softNmsKernel, float iouThreshold, in boxWithNmsLimitFloat32()
596 _Float16 scoreThreshold, int32_t maxNumDetections, in boxWithNmsLimitFloat16()
620 float scoreThreshold, int32_t maxNumDetections, int32_t softNmsKernel, in boxWithNmsLimitQuant()
643 float scoreThreshold, int32_t maxNumDetections, int32_t softNmsKernel, in boxWithNmsLimitQuant()
1255 bool useRegularNms, int32_t maxNumDetections, in detectionPostprocessFloat32()
1362 float scaleX, float scaleH, float scaleW, bool useRegularNms, int32_t maxNumDetections, in detectionPostprocessFloat16()
1407 uint32_t maxNumDetections = context->getInputValue<int32_t>(kMaxNumDetectionScalar); in prepare() local