Searched refs:maxClassesPerDetection (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | GenerateProposals.cpp | 1455 int32_t maxClassesPerDetection, int32_t maxNumDetectionsPerClass, float iouThreshold, in detectionPostprocessFloat32() argument 1511 uint32_t numOutClasses = std::min<uint32_t>(numClasses - 1, maxClassesPerDetection); in detectionPostprocessFloat32() 1560 int32_t maxClassesPerDetection, int32_t maxNumDetectionsPerClass, float iouThreshold, in detectionPostprocessFloat16() argument 1575 maxNumDetections, maxClassesPerDetection, maxNumDetectionsPerClass, iouThreshold, in detectionPostprocessFloat16() 1638 uint32_t maxClassesPerDetection = in prepare() local 1670 NN_RET_CHECK_GT(maxClassesPerDetection, 0); in prepare() 1671 numOutDetections *= maxClassesPerDetection; in prepare()
|