Searched defs:maxNumDetections (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | GenerateProposals.cpp | 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() [all …]
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateOperations.cpp | 3545 ANeuralNetworksOperandType maxNumDetections = getOpType(ANEURALNETWORKS_INT32); in detectionPostprocessingOpTest() local
|