Home
last modified time | relevance | path

Searched refs:maxNumDetectionsValue (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp3513 const int maxNumDetectionsValue = 5; in detectionPostprocessingOpTest() local
3514 uint32_t outputScoreDims[2] = {numBatches, maxNumDetectionsValue}; in detectionPostprocessingOpTest()
3516 uint32_t boundingBoxesDims[3] = {numBatches, maxNumDetectionsValue, 4}; in detectionPostprocessingOpTest()