HomeSort by relevance Sort by last modified time
    Searched defs:SynchronousMemZero (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.cc 58 bool HostExecutor::SynchronousMemZero(DeviceMemoryBase *location, uint64 size) {
  /external/tensorflow/tensorflow/stream_executor/
stream_executor_pimpl.cc 499 bool StreamExecutor::SynchronousMemZero(DeviceMemoryBase *location,
501 VLOG(1) << "Called StreamExecutor::SynchronousMemZero(location=" << location
504 return implementation_->SynchronousMemZero(location, size);
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.cc 479 bool CUDAExecutor::SynchronousMemZero(DeviceMemoryBase *location, uint64 size) {
    [all...]

Completed in 195 milliseconds