Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp3516 uint32_t boundingBoxesDims[3] = {numBatches, maxNumDetectionsValue, 4}; in detectionPostprocessingOpTest() local
3517 ANeuralNetworksOperandType boundingBoxes = getOpType(inputOperandCode, 3, boundingBoxesDims); in detectionPostprocessingOpTest()