Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h101 bool Memset32(Stream *stream, DeviceMemoryBase *location, uint32 pattern, in Memset32() function
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h87 bool Memset32(Stream *stream, DeviceMemoryBase *location, uint32 pattern,
Dhost_gpu_executor.cc120 bool HostExecutor::Memset32(Stream *stream, DeviceMemoryBase *location, in Memset32() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h233 virtual bool Memset32(Stream *stream, DeviceMemoryBase *location,
Dstream_executor_pimpl.cc737 bool StreamExecutor::Memset32(Stream *stream, DeviceMemoryBase *location, in Memset32() function in stream_executor::StreamExecutor
741 return implementation_->Memset32(stream, location, pattern, size); in Memset32()
Dstream_executor_pimpl.h317 bool Memset32(Stream *stream, DeviceMemoryBase *location, uint32 pattern,
Dstream.cc4836 CheckError(parent_->Memset32(this, location, pattern, size)); in ThenMemset32()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h142 bool Memset32(Stream* stream, DeviceMemoryBase* location, uint32 pattern,
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc508 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/
Dcuda_gpu_executor.cc627 return Memset32(stream, location, 0x0, size); in MemZero()
643 bool GpuExecutor::Memset32(Stream* stream, DeviceMemoryBase* location, in Memset32() function in stream_executor::gpu::GpuExecutor