Searched refs:useRegularNms (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | GenerateProposals.cpp | 1443 float scaleX, float scaleH, float scaleW, bool useRegularNms, int32_t maxNumDetections, in detectionPostprocessFloat32() argument 1482 if (useRegularNms) { in detectionPostprocessFloat32() 1548 float scaleX, float scaleH, float scaleW, bool useRegularNms, int32_t maxNumDetections, in detectionPostprocessFloat16() argument 1563 anchor_float32.data(), anchorShape, scaleY, scaleX, scaleH, scaleW, useRegularNms, in detectionPostprocessFloat16()
|