Home
last modified time | relevance | path

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

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