Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DGenerateProposals.cpp359 uint32_t* hardNmsSingleClass(const float* scoresData, float iouThreshold, int32_t maxNumDetections, in hardNmsSingleClass()
388 float scoreThreshold, float iouThreshold, int32_t maxNumDetections, in hardNmsMultiClass()
422 uint32_t* softNmsSingleClass(float* scoresData, float scoreThreshold, int32_t maxNumDetections, in softNmsSingleClass()
452 float scoreThreshold, float nmsScoreThreshold, int32_t maxNumDetections, in softNmsMultiClass()
488 float scoreThreshold, int32_t maxNumDetections, in boxWithNmsLimitFloat32Compute()
620 int32_t maxNumDetections, int32_t softNmsKernel, float iouThreshold, in boxWithNmsLimitFloat32()
642 _Float16 scoreThreshold, int32_t maxNumDetections, in boxWithNmsLimitFloat16()
665 float scoreThreshold, int32_t maxNumDetections, int32_t softNmsKernel, in boxWithNmsLimitQuant()
687 float scoreThreshold, int32_t maxNumDetections, int32_t softNmsKernel, in boxWithNmsLimitQuant()
1443 float scaleX, float scaleH, float scaleW, bool useRegularNms, int32_t maxNumDetections, in detectionPostprocessFloat32()
[all …]
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp3507 ANeuralNetworksOperandType maxNumDetections = getOpType(ANEURALNETWORKS_INT32); in detectionPostprocessingOpTest() local