Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DGenerateProposals.cpp310 uint32_t* hardNmsSingleClass(const float* scoresData, float iouThreshold, int32_t maxNumDetections, in hardNmsSingleClass()
339 float scoreThreshold, float iouThreshold, int32_t maxNumDetections, in hardNmsMultiClass()
373 uint32_t* softNmsSingleClass(float* scoresData, float scoreThreshold, int32_t maxNumDetections, in softNmsSingleClass()
403 float scoreThreshold, float nmsScoreThreshold, int32_t maxNumDetections, in softNmsMultiClass()
439 float scoreThreshold, int32_t maxNumDetections, in boxWithNmsLimitFloat32Compute()
572 int32_t maxNumDetections, int32_t softNmsKernel, float iouThreshold, in boxWithNmsLimitFloat32()
595 _Float16 scoreThreshold, int32_t maxNumDetections, in boxWithNmsLimitFloat16()
619 float scoreThreshold, int32_t maxNumDetections, int32_t softNmsKernel, in boxWithNmsLimitQuant()
642 float scoreThreshold, int32_t maxNumDetections, int32_t softNmsKernel, in boxWithNmsLimitQuant()
1254 bool useRegularNms, int32_t maxNumDetections, in detectionPostprocessFloat32()
[all …]
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp3544 ANeuralNetworksOperandType maxNumDetections = getOpType(ANEURALNETWORKS_INT32); in detectionPostprocessingOpTest() local