HomeSort by relevance Sort by last modified time
    Searched refs:MemZero (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executor.h 94 bool MemZero(Stream *stream, DeviceMemoryBase *location,
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.h 112 bool MemZero(Stream *stream, DeviceMemoryBase *location,
cuda_gpu_executor.cc 524 bool CUDAExecutor::MemZero(Stream *stream, DeviceMemoryBase *location,
    [all...]
  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.cc 103 bool HostExecutor::MemZero(Stream *stream, DeviceMemoryBase *location,
106 // Enqueue the [asynchronous] memzero on the stream (HostStream) associated
116 // Enqueue the [asynchronous] memzero on the stream (HostStream) associated
126 // Enqueue the [asynchronous] memzero on the stream (HostStream) associated
host_gpu_executor.h 84 bool MemZero(Stream *stream, DeviceMemoryBase *location,
  /external/tensorflow/tensorflow/stream_executor/
stream_executor_internal.h 194 virtual bool MemZero(Stream *stream, DeviceMemoryBase *location,
stream_executor_pimpl.cc 627 bool StreamExecutor::MemZero(Stream *stream, DeviceMemoryBase *location,
629 return implementation_->MemZero(stream, location, size);
stream_executor_pimpl.h 279 bool MemZero(Stream *stream, DeviceMemoryBase *location,
    [all...]
stream.cc     [all...]

Completed in 148 milliseconds