Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DGeneratedTestHarness.cpp352 static constexpr uint32_t kDeviceMemoryBeginIndex = 2; member in android::hardware::neuralnetworks::V1_3::vts::functional::ExecutionContextV1_3
385 kDeviceMemoryBeginIndex)}; in createRequest()
411 kDeviceMemoryBeginIndex)}; in createRequest()
440 hidl_vec<Request::MemoryPool> pools(kDeviceMemoryBeginIndex + mBuffers.size()); in createRequest()
453 pools[kDeviceMemoryBeginIndex + i].token(tokens[i]); in createRequest()
485 const uint32_t bufferIndex = outputLoc.poolIndex - kDeviceMemoryBeginIndex; in getOutputBuffers()
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DGeneratedTestHarness.cpp381 static constexpr uint32_t kDeviceMemoryBeginIndex = 2; member in aidl::android::hardware::neuralnetworks::vts::functional::ExecutionContext
420 kDeviceMemoryBeginIndex)}; in createRequest()
449 kDeviceMemoryBeginIndex)}; in createRequest()
491 pools.reserve(kDeviceMemoryBeginIndex + mBuffers.size()); in createRequest()
535 const uint32_t bufferIndex = outputLoc.poolIndex - kDeviceMemoryBeginIndex; in getOutputBuffers()