Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.0/vts/functional/include/1.0/
DUtils.h86 static constexpr uint32_t kInputPoolIndex = 0;
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DGeneratedTestHarness.cpp350 static constexpr uint32_t kInputPoolIndex = 0; member in android::hardware::neuralnetworks::V1_3::vts::functional::ExecutionContextV1_3
394 DataLocation loc = {.poolIndex = kInputPoolIndex, in createRequest()
450 pools[kInputPoolIndex].hidlMemory(mInputMemory->getHidlMemory()); in createRequest()
459 if (!inputs[i].hasNoValue && inputs[i].location.poolIndex == kInputPoolIndex) { in createRequest()
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DUtils.cpp114 DataLocation loc = {.poolIndex = kInputPoolIndex, in createRequest()