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

  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executor.h 88 bool MemcpyDeviceToDevice(Stream *stream, DeviceMemoryBase *pop_dst,
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.h 125 bool MemcpyDeviceToDevice(Stream *stream, DeviceMemoryBase *gpu_dst,
cuda_gpu_executor.cc 570 bool CUDAExecutor::MemcpyDeviceToDevice(Stream *stream,
    [all...]
  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.cc 89 bool HostExecutor::MemcpyDeviceToDevice(Stream *stream,
host_gpu_executor.h 80 bool MemcpyDeviceToDevice(Stream *stream, DeviceMemoryBase *gpu_dst,
  /external/tensorflow/tensorflow/stream_executor/
stream_executor_internal.h 206 virtual bool MemcpyDeviceToDevice(Stream *stream, DeviceMemoryBase *gpu_dst,
stream_executor_pimpl.cc 619 bool StreamExecutor::MemcpyDeviceToDevice(Stream *stream,
623 return implementation_->MemcpyDeviceToDevice(stream, device_dst, device_src,
stream_executor_pimpl.h 509 bool MemcpyDeviceToDevice(Stream *stream, DeviceMemoryBase *device_dst,
    [all...]
stream.cc     [all...]

Completed in 120 milliseconds