Home
last modified time | relevance | path

Searched defs:SynchronousMemZero (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h108 bool SynchronousMemZero(DeviceMemoryBase *location, uint64 size) override { in SynchronousMemZero() function
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc55 bool HostExecutor::SynchronousMemZero(DeviceMemoryBase *location, uint64 size) { in SynchronousMemZero() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc460 bool GpuExecutor::SynchronousMemZero(DeviceMemoryBase* location, uint64 size) { in SynchronousMemZero() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc604 bool StreamExecutor::SynchronousMemZero(DeviceMemoryBase *location, in SynchronousMemZero() function in stream_executor::StreamExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc579 bool GpuExecutor::SynchronousMemZero(DeviceMemoryBase* location, uint64 size) { in SynchronousMemZero() function in stream_executor::gpu::GpuExecutor