Searched defs:maxNumDetections (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | GenerateProposals.cpp | 391 float scoreThreshold, float iouThreshold, int32_t maxNumDetections, in hardNmsMultiClass() 425 uint32_t* softNmsSingleClass(float* scoresData, float scoreThreshold, int32_t maxNumDetections, in softNmsSingleClass() 455 float scoreThreshold, float nmsScoreThreshold, int32_t maxNumDetections, in softNmsMultiClass() 491 float scoreThreshold, int32_t maxNumDetections, in boxWithNmsLimitFloat32Compute() 623 int32_t maxNumDetections, int32_t softNmsKernel, float iouThreshold, in boxWithNmsLimitFloat32() 645 _Float16 scoreThreshold, int32_t maxNumDetections, in boxWithNmsLimitFloat16() 668 float scoreThreshold, int32_t maxNumDetections, int32_t softNmsKernel, in boxWithNmsLimitQuant() 690 float scoreThreshold, int32_t maxNumDetections, int32_t softNmsKernel, in boxWithNmsLimitQuant() 1454 float scaleX, float scaleH, float scaleW, bool useRegularNms, int32_t maxNumDetections, in detectionPostprocessFloat32() 1559 float scaleX, float scaleH, float scaleW, bool useRegularNms, int32_t maxNumDetections, in detectionPostprocessFloat16() [all …]
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestValidateOperations.cpp | 3506 ANeuralNetworksOperandType maxNumDetections = getOpType(ANEURALNETWORKS_INT32); in detectionPostprocessingOpTest() local
|