Home
last modified time | relevance | path

Searched defs:iouThreshold (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()
440 int32_t softNmsKernel, float iouThreshold, float sigma, in boxWithNmsLimitFloat32Compute()
572 int32_t maxNumDetections, int32_t softNmsKernel, float iouThreshold, in boxWithNmsLimitFloat32()
596 int32_t softNmsKernel, _Float16 iouThreshold, _Float16 sigma, in boxWithNmsLimitFloat16()
620 float iouThreshold, float sigma, float nmsScoreThreshold, in boxWithNmsLimitQuant()
643 float iouThreshold, float sigma, float nmsScoreThreshold, in boxWithNmsLimitQuant()
850 int32_t postNmsTopN, float iouThreshold, float minSize, in generateProposalsNhwcFloat32Compute()
952 int32_t postNmsTopN, float iouThreshold, float minSize, in generateProposalsFloat32Compute()
971 int32_t postNmsTopN, float iouThreshold, float minSize, bool useNchw, in generateProposalsFloat32()
[all …]
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp3548 ANeuralNetworksOperandType iouThreshold = scaleScalar; in detectionPostprocessingOpTest() local