Searched defs:iouThreshold (Results 1 – 2 of 2) sorted by relevance
| /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() 441 int32_t softNmsKernel, float iouThreshold, float sigma, in boxWithNmsLimitFloat32Compute() 573 int32_t maxNumDetections, int32_t softNmsKernel, float iouThreshold, in boxWithNmsLimitFloat32() 597 int32_t softNmsKernel, _Float16 iouThreshold, _Float16 sigma, in boxWithNmsLimitFloat16() 621 float iouThreshold, float sigma, float nmsScoreThreshold, in boxWithNmsLimitQuant() 644 float iouThreshold, float sigma, float nmsScoreThreshold, in boxWithNmsLimitQuant() 851 int32_t postNmsTopN, float iouThreshold, float minSize, in generateProposalsNhwcFloat32Compute() 953 int32_t postNmsTopN, float iouThreshold, float minSize, in generateProposalsFloat32Compute() 972 int32_t postNmsTopN, float iouThreshold, float minSize, bool useNchw, in generateProposalsFloat32() [all …]
|
| /packages/modules/NeuralNetworks/runtime/test/ |
| D | TestValidateOperations.cpp | 3549 ANeuralNetworksOperandType iouThreshold = scaleScalar; in detectionPostprocessingOpTest() local
|