Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DGeneratedTestHarness.cpp476 const auto& outputLoc = request.outputs[i].location; in getOutputBuffers() local
477 if (outputLoc.poolIndex == kOutputPoolIndex) { in getOutputBuffers()
478 outputBuffers.emplace_back(outputLoc.length, outputPtr + outputLoc.offset); in getOutputBuffers()
485 const uint32_t bufferIndex = outputLoc.poolIndex - kDeviceMemoryBeginIndex; in getOutputBuffers()