/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | executor.h | 101 bool Memset32(Stream *stream, DeviceMemoryBase *location, uint32 pattern, in Memset32() function
|
/external/tensorflow/tensorflow/stream_executor/host/ |
D | host_gpu_executor.h | 87 bool Memset32(Stream *stream, DeviceMemoryBase *location, uint32 pattern,
|
D | host_gpu_executor.cc | 120 bool HostExecutor::Memset32(Stream *stream, DeviceMemoryBase *location, in Memset32() function in stream_executor::host::HostExecutor
|
/external/tensorflow/tensorflow/stream_executor/ |
D | stream_executor_internal.h | 233 virtual bool Memset32(Stream *stream, DeviceMemoryBase *location,
|
D | stream_executor_pimpl.cc | 737 bool StreamExecutor::Memset32(Stream *stream, DeviceMemoryBase *location, in Memset32() function in stream_executor::StreamExecutor 741 return implementation_->Memset32(stream, location, pattern, size); in Memset32()
|
D | stream_executor_pimpl.h | 317 bool Memset32(Stream *stream, DeviceMemoryBase *location, uint32 pattern,
|
D | stream.cc | 4836 CheckError(parent_->Memset32(this, location, pattern, size)); in ThenMemset32()
|
/external/tensorflow/tensorflow/stream_executor/gpu/ |
D | gpu_executor.h | 142 bool Memset32(Stream* stream, DeviceMemoryBase* location, uint32 pattern,
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_gpu_executor.cc | 508 return Memset32(stream, location, 0x0, size); in MemZero() 524 bool GpuExecutor::Memset32(Stream* stream, DeviceMemoryBase* location, in Memset32() function in stream_executor::gpu::GpuExecutor
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_gpu_executor.cc | 627 return Memset32(stream, location, 0x0, size); in MemZero() 643 bool GpuExecutor::Memset32(Stream* stream, DeviceMemoryBase* location, in Memset32() function in stream_executor::gpu::GpuExecutor
|