Searched refs:maxClassesPerDetection (Results  1 – 1 of 1) sorted by relevance
| /packages/modules/NeuralNetworks/common/cpu_operations/ | 
| D | GenerateProposals.cpp | 1255                                  int32_t maxClassesPerDetection, int32_t maxNumDetectionsPerClass,  in detectionPostprocessFloat32()  argument1313             uint32_t numOutClasses = std::min<uint32_t>(numClasses - 1, maxClassesPerDetection);  in detectionPostprocessFloat32()
 1362         int32_t maxClassesPerDetection, int32_t maxNumDetectionsPerClass, float iouThreshold,  in detectionPostprocessFloat16()  argument
 1377             maxNumDetections, maxClassesPerDetection, maxNumDetectionsPerClass, iouThreshold,  in detectionPostprocessFloat16()
 1407     uint32_t maxClassesPerDetection =  in prepare()  local
 1439         NN_RET_CHECK_GT(maxClassesPerDetection, 0u);  in prepare()
 1440         numOutDetections *= maxClassesPerDetection;  in prepare()
 
 |