Searched refs:maxNumDetectionsValue (Results 1 – 1 of 1) sorted by relevance
3513 const int maxNumDetectionsValue = 5; in detectionPostprocessingOpTest() local3514 uint32_t outputScoreDims[2] = {numBatches, maxNumDetectionsValue}; in detectionPostprocessingOpTest()3516 uint32_t boundingBoxesDims[3] = {numBatches, maxNumDetectionsValue, 4}; in detectionPostprocessingOpTest()