Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DGenerateProposals.cpp391 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()
622 const Shape& batchesShape, float scoreThreshold, 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()
1456 float scoreThreshold, bool isBGInLabel, float* scoreOutData, const Shape& scoreOutShape, in detectionPostprocessFloat32()
1561 float scoreThreshold, bool isBGInLabel, _Float16* scoreOutData, const Shape& scoreOutShape, in detectionPostprocessFloat16()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidateOperations.cpp3509 ANeuralNetworksOperandType scoreThreshold = scaleScalar; in detectionPostprocessingOpTest() local