Home
last modified time | relevance | path

Searched refs:AllocateSubBuffer (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.h164 DeviceMemory<T> AllocateSubBuffer(DeviceMemory<T> *parent,
174 this, AllocateSubBuffer<T>(parent, element_offset, element_count)); in AllocateOwnedSubBuffer()
846 DeviceMemory<T> StreamExecutor::AllocateSubBuffer(DeviceMemory<T> *parent, in AllocateSubBuffer() function
856 void *opaque = implementation_->AllocateSubBuffer( in AllocateSubBuffer()
Dstream_executor_internal.h199 virtual void *AllocateSubBuffer(DeviceMemoryBase *parent, uint64 offset,
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.cc38 void *XlaInterpreterExecutor::AllocateSubBuffer(DeviceMemoryBase *parent, in AllocateSubBuffer() function in stream_executor::interpreter::XlaInterpreterExecutor
Dexecutor.h72 void *AllocateSubBuffer(DeviceMemoryBase *mem, uint64 offset_bytes,
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h64 void *AllocateSubBuffer(DeviceMemoryBase *mem, uint64 offset_bytes,
Dhost_gpu_executor.cc44 void *HostExecutor::AllocateSubBuffer(DeviceMemoryBase *parent, in AllocateSubBuffer() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h91 void* AllocateSubBuffer(DeviceMemoryBase* mem, uint64 offset_bytes,
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc429 void* GpuExecutor::AllocateSubBuffer(DeviceMemoryBase* mem, uint64 offset_bytes, in AllocateSubBuffer() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc548 void* GpuExecutor::AllocateSubBuffer(DeviceMemoryBase* mem, uint64 offset_bytes, in AllocateSubBuffer() function in stream_executor::gpu::GpuExecutor