Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.0/vts/functional/include/1.0/
DUtils.h87 static constexpr uint32_t kOutputPoolIndex = 1; variable
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DGeneratedTestHarness.cpp351 static constexpr uint32_t kOutputPoolIndex = 1; member in android::hardware::neuralnetworks::V1_3::vts::functional::ExecutionContextV1_3
428 DataLocation loc = {.poolIndex = kOutputPoolIndex, in createRequest()
451 pools[kOutputPoolIndex].hidlMemory(mOutputMemory->getHidlMemory()); in createRequest()
477 if (outputLoc.poolIndex == kOutputPoolIndex) { in getOutputBuffers()
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DUtils.cpp136 DataLocation loc = {.poolIndex = kOutputPoolIndex, in createRequest()