Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DUtils.h120 static constexpr uint32_t kOutputPoolIndex = 1; variable
DUtils.cpp214 DataLocation loc = {.poolIndex = kOutputPoolIndex, in createRequest()
DGeneratedTestHarness.cpp333 static constexpr uint32_t kOutputPoolIndex = 1; member in aidl::android::hardware::neuralnetworks::vts::functional::ExecutionContext
421 DataLocation loc = {.poolIndex = kOutputPoolIndex, in createRequest()
480 if (outputLoc.poolIndex == kOutputPoolIndex) { in getOutputBuffers()
/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()