Searched refs:MemZero (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | executor.h | 93 bool MemZero(Stream *stream, DeviceMemoryBase *location, in MemZero() function
|
/external/tensorflow/tensorflow/stream_executor/host/ |
D | host_gpu_executor.h | 83 bool MemZero(Stream *stream, DeviceMemoryBase *location,
|
D | host_gpu_executor.cc | 100 bool HostExecutor::MemZero(Stream *stream, DeviceMemoryBase *location, in MemZero() function in stream_executor::host::HostExecutor
|
/external/tensorflow/tensorflow/stream_executor/ |
D | stream_executor_internal.h | 227 virtual bool MemZero(Stream *stream, DeviceMemoryBase *location,
|
D | stream_executor_pimpl.cc | 732 bool StreamExecutor::MemZero(Stream *stream, DeviceMemoryBase *location, in MemZero() function in stream_executor::StreamExecutor 734 return implementation_->MemZero(stream, location, size); in MemZero()
|
D | stream_executor_pimpl.h | 310 bool MemZero(Stream *stream, DeviceMemoryBase *location,
|
D | stream.cc | 4823 CheckError(parent_->MemZero(this, location, size)); in ThenMemZero()
|
/external/tensorflow/tensorflow/stream_executor/gpu/ |
D | gpu_executor.h | 138 bool MemZero(Stream* stream, DeviceMemoryBase* location,
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_gpu_executor.cc | 504 bool GpuExecutor::MemZero(Stream* stream, DeviceMemoryBase* location, in MemZero() function in stream_executor::gpu::GpuExecutor
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_gpu_executor.cc | 623 bool GpuExecutor::MemZero(Stream* stream, DeviceMemoryBase* location, in MemZero() function in stream_executor::gpu::GpuExecutor
|