Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DGenerateProposals.cpp340 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()
572 const Shape& batchesShape, float scoreThreshold, 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()
1257 float iouThreshold, float scoreThreshold, bool isBGInLabel, in detectionPostprocessFloat32()
1364 float scoreThreshold, bool isBGInLabel, _Float16* scoreOutData, const Shape& scoreOutShape, in detectionPostprocessFloat16()
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp3548 ANeuralNetworksOperandType scoreThreshold = scaleScalar; in detectionPostprocessingOpTest() local