Home
last modified time | relevance | path

Searched defs:DeviceBuffer (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/neuralnetworks/aidl/android.hardware.neuralnetworks-V4-ndk-source/gen/include/aidl/android/hardware/neuralnetworks/
DIDevice.h38 class DeviceBuffer; variable
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DInvalidDevice.cpp85 const std::vector<BufferRole>& /*outputRoles*/, DeviceBuffer* /*deviceBuffer*/) { in allocate() argument
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/neuralnetworks/aidl/android.hardware.neuralnetworks-V4-ndk-source/gen/android/hardware/neuralnetworks/
DIDevice.cpp871 …euralnetworks::BufferRole>& /*in_outputRoles*/, ::aidl::android::hardware::neuralnetworks::DeviceB… in allocate()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
H A Dtpu_client.cc371 std::shared_ptr<TpuSharedBuffer> PyTpuBuffer::DeviceBuffer() const { in DeviceBuffer() function in xla::PyTpuBuffer