Home
last modified time | relevance | path

Searched refs:MemZero (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h93 bool MemZero(Stream *stream, DeviceMemoryBase *location, in MemZero() function
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h83 bool MemZero(Stream *stream, DeviceMemoryBase *location,
Dhost_gpu_executor.cc100 bool HostExecutor::MemZero(Stream *stream, DeviceMemoryBase *location, in MemZero() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h227 virtual bool MemZero(Stream *stream, DeviceMemoryBase *location,
Dstream_executor_pimpl.cc732 bool StreamExecutor::MemZero(Stream *stream, DeviceMemoryBase *location, in MemZero() function in stream_executor::StreamExecutor
734 return implementation_->MemZero(stream, location, size); in MemZero()
Dstream_executor_pimpl.h310 bool MemZero(Stream *stream, DeviceMemoryBase *location,
Dstream.cc4823 CheckError(parent_->MemZero(this, location, size)); in ThenMemZero()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h138 bool MemZero(Stream* stream, DeviceMemoryBase* location,
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc504 bool GpuExecutor::MemZero(Stream* stream, DeviceMemoryBase* location, in MemZero() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc623 bool GpuExecutor::MemZero(Stream* stream, DeviceMemoryBase* location, in MemZero() function in stream_executor::gpu::GpuExecutor