Searched refs:maxClassesPerDetection (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | GenerateProposals.cpp | 1256 int32_t maxClassesPerDetection, int32_t maxNumDetectionsPerClass, in detectionPostprocessFloat32() argument 1314 uint32_t numOutClasses = std::min<uint32_t>(numClasses - 1, maxClassesPerDetection); in detectionPostprocessFloat32() 1363 int32_t maxClassesPerDetection, int32_t maxNumDetectionsPerClass, float iouThreshold, in detectionPostprocessFloat16() argument 1378 maxNumDetections, maxClassesPerDetection, maxNumDetectionsPerClass, iouThreshold, in detectionPostprocessFloat16() 1408 uint32_t maxClassesPerDetection = in prepare() local 1440 NN_RET_CHECK_GT(maxClassesPerDetection, 0u); in prepare() 1441 numOutDetections *= maxClassesPerDetection; in prepare()
|
/aosp_15_r20/external/armnn/src/armnnSerializer/ |
H A D | ArmnnSchema.fbs | 786 maxClassesPerDetection:uint;
|
/aosp_15_r20/external/armnn/generated/ |
H A D | ArmnnSchema_generated.h | 8007 uint32_t maxClassesPerDetection() const { 8061 void add_maxClassesPerDetection(uint32_t maxClassesPerDetection) { 8062 …nt<uint32_t>(DetectionPostProcessDescriptor::VT_MAXCLASSESPERDETECTION, maxClassesPerDetection, 0); 8105 uint32_t maxClassesPerDetection = 0, 8124 builder_.add_maxClassesPerDetection(maxClassesPerDetection);
|
/aosp_15_r20/external/armnn/src/armnnDeserializer/ |
H A D | Deserializer.cpp | 1738 descriptor.m_MaxClassesPerDetection = flatBufferDescriptor->maxClassesPerDetection(); in ParseDetectionPostProcess()
|