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

  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.cc 63 bool HostExecutor::SynchronousMemSet(DeviceMemoryBase *location, int value,
  /external/tensorflow/tensorflow/stream_executor/
stream_executor_pimpl.cc 507 bool StreamExecutor::SynchronousMemSet(DeviceMemoryBase *location, int value,
509 VLOG(1) << "Called StreamExecutor::SynchronousMemSet(location=" << location
513 return implementation_->SynchronousMemSet(location, value, size);
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.cc 489 bool CUDAExecutor::SynchronousMemSet(DeviceMemoryBase *location, int value,
    [all...]

Completed in 283 milliseconds