Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h87 port::Status Memset32(Stream *stream, DeviceMemoryBase *location,
Dhost_gpu_executor.cc153 port::Status HostExecutor::Memset32(Stream *stream, DeviceMemoryBase *location, in Memset32() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h100 port::Status Memset32(Stream *stream, DeviceMemoryBase *location, in Memset32() function
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.h189 Status Memset32(Stream* stream, DeviceMemoryBase* location, uint32 pattern, in Memset32() function
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h237 virtual port::Status Memset32(Stream *stream, DeviceMemoryBase *location,
Dstream_executor_pimpl.cc724 port::Status StreamExecutor::Memset32(Stream *stream, in Memset32() function in stream_executor::StreamExecutor
729 return implementation_->Memset32(stream, location, pattern, size); in Memset32()
Dstream_executor_pimpl.h305 port::Status Memset32(Stream *stream, DeviceMemoryBase *location,
Dstream.cc4534 CheckStatus(parent_->Memset32(this, location, pattern, size)); in ThenMemset32()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h143 port::Status Memset32(Stream* stream, DeviceMemoryBase* location,
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc507 return Memset32(stream, location, 0x0, size); in MemZero()
523 port::Status GpuExecutor::Memset32(Stream* stream, DeviceMemoryBase* location, in Memset32() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc599 return Memset32(stream, location, 0x0, size); in MemZero()
615 port::Status GpuExecutor::Memset32(Stream* stream, DeviceMemoryBase* location, in Memset32() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc390 port::Status Memset32(Stream* stream, DeviceMemoryBase* location, in Memset32() function in stream_executor::__anon00950a620111::CStreamExecutor