Searched defs:nmsScoreThreshold (Results  1 – 1 of 1) sorted by relevance
| /packages/modules/NeuralNetworks/common/cpu_operations/ | 
| D | GenerateProposals.cpp | 403                        float scoreThreshold, float nmsScoreThreshold, int32_t maxNumDetections,  in softNmsMultiClass()441                                    float nmsScoreThreshold, std::vector<uint32_t>* batchSplitIn,  in boxWithNmsLimitFloat32Compute()
 573                             float sigma, float nmsScoreThreshold, float* /*scoresOutData*/,  in boxWithNmsLimitFloat32()
 597                             _Float16 nmsScoreThreshold, _Float16* /*scoresOutData*/,  in boxWithNmsLimitFloat16()
 620                           float iouThreshold, float sigma, float nmsScoreThreshold,  in boxWithNmsLimitQuant()
 643                           float iouThreshold, float sigma, float nmsScoreThreshold,  in boxWithNmsLimitQuant()
 
 |