Home
last modified time | relevance | path

Searched refs:GetSubBuffer (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/gpu/
Dredzone_allocator.cc85 DeviceMemory<uint8> lhs_redzone = stream_->parent()->GetSubBuffer( in AllocateBytes()
88 DeviceMemory<uint8> data_chunk = stream_->parent()->GetSubBuffer( in AllocateBytes()
96 DeviceMemory<uint8> rhs_redzone_slop = stream_->parent()->GetSubBuffer( in AllocateBytes()
99 DeviceMemory<uint8> rhs_redzone_nonslop = stream_->parent()->GetSubBuffer( in AllocateBytes()
263 executor->GetSubBuffer(&buffer_uint8, 0, in CheckRedzonesForBuffer()
266 executor->GetSubBuffer(&buffer_uint8, redzone_size, in CheckRedzonesForBuffer()
269 executor->GetSubBuffer(&buffer_uint8, redzone_size + user_allocation_size, in CheckRedzonesForBuffer()
Dgpu_executor.h91 void* GetSubBuffer(DeviceMemoryBase* mem, uint64 offset_bytes,
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.h165 DeviceMemory<T> GetSubBuffer(DeviceMemory<T> *parent, uint64 element_offset,
865 DeviceMemory<T> StreamExecutor::GetSubBuffer(DeviceMemory<T> *parent, in GetSubBuffer() function
875 void *opaque = implementation_->GetSubBuffer( in GetSubBuffer()
Dstream_executor_internal.h202 virtual void *GetSubBuffer(DeviceMemoryBase *parent, uint64 offset,
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.cc41 void *XlaInterpreterExecutor::GetSubBuffer(DeviceMemoryBase *parent, in GetSubBuffer() function in stream_executor::interpreter::XlaInterpreterExecutor
Dexecutor.h71 void *GetSubBuffer(DeviceMemoryBase *parent, uint64 offset_bytes,
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h64 void *GetSubBuffer(DeviceMemoryBase *parent, uint64 offset_bytes,
Dhost_gpu_executor.cc78 void *HostExecutor::GetSubBuffer(DeviceMemoryBase *parent, uint64 offset_bytes, in GetSubBuffer() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.h181 void* GetSubBuffer(DeviceMemoryBase* parent, uint64 offset, in GetSubBuffer() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dtransfer_manager.cc234 stream->parent()->GetSubBuffer(&buffer_8, offset, metadata_size); in ReadDynamicShapes()
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_execute_op.cc169 stream->parent()->GetSubBuffer(buffer, offset, metadata_size); in UpdateMetadata()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc430 void* GpuExecutor::GetSubBuffer(DeviceMemoryBase* mem, uint64 offset_bytes, in GetSubBuffer() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc273 void* GetSubBuffer(DeviceMemoryBase* parent, uint64 offset, in GetSubBuffer() function in stream_executor::__anon902a2f7b0111::CStreamExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc522 void* GpuExecutor::GetSubBuffer(DeviceMemoryBase* mem, uint64 offset_bytes, in GetSubBuffer() function in stream_executor::gpu::GpuExecutor