Home
last modified time | relevance | path

Searched defs:gpu_dst (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc85 bool HostExecutor::Memcpy(Stream *stream, DeviceMemoryBase *gpu_dst, in Memcpy()
96 DeviceMemoryBase *gpu_dst, in MemcpyDeviceToDevice()
139 port::Status HostExecutor::SynchronousMemcpy(DeviceMemoryBase *gpu_dst, in SynchronousMemcpy()
154 DeviceMemoryBase *gpu_dst, const DeviceMemoryBase &gpu_src, uint64 size) { in SynchronousMemcpyDeviceToDevice()
/external/tensorflow/tensorflow/stream_executor/
Dstream.h1753 DeviceMemory<T> *gpu_dst) { in ThenMemcpyH2D()
1768 Stream &ThenMemcpyD2D(DeviceMemoryBase *gpu_dst, in ThenMemcpyD2D()
Dtrace_listener.h56 DeviceMemoryBase* gpu_dst) {} in SynchronousMemcpyH2DBegin()
Dstream.cc4935 Stream &Stream::ThenMemcpy(DeviceMemoryBase *gpu_dst, const void *host_src, in ThenMemcpy()
4948 Stream &Stream::ThenMemcpy(DeviceMemoryBase *gpu_dst, in ThenMemcpy()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc576 port::Status GpuExecutor::SynchronousMemcpy(DeviceMemoryBase* gpu_dst, in SynchronousMemcpy()
590 DeviceMemoryBase* gpu_dst, const DeviceMemoryBase& gpu_src, uint64 size) { in SynchronousMemcpyDeviceToDevice()
634 bool GpuExecutor::Memcpy(Stream* stream, DeviceMemoryBase* gpu_dst, in Memcpy()
642 DeviceMemoryBase* gpu_dst, in MemcpyDeviceToDevice()
Dcuda_driver.cc987 CUdeviceptr gpu_dst, in SynchronousMemcpyH2D()
1002 CUdeviceptr gpu_dst, in SynchronousMemcpyD2D()
1038 CUdeviceptr gpu_dst, in AsynchronousMemcpyH2D()
1057 CUdeviceptr gpu_dst, in AsynchronousMemcpyD2D()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc479 port::Status GpuExecutor::SynchronousMemcpy(DeviceMemoryBase* gpu_dst, in SynchronousMemcpy()
493 DeviceMemoryBase* gpu_dst, const DeviceMemoryBase& gpu_src, uint64 size) { in SynchronousMemcpyDeviceToDevice()
537 bool GpuExecutor::Memcpy(Stream* stream, DeviceMemoryBase* gpu_dst, in Memcpy()
545 DeviceMemoryBase* gpu_dst, in MemcpyDeviceToDevice()
Drocm_driver.cc841 GpuContext* context, hipDeviceptr_t gpu_dst, const void* host_src, in SynchronousMemcpyH2D()
856 GpuContext* context, hipDeviceptr_t gpu_dst, hipDeviceptr_t gpu_src, in SynchronousMemcpyD2D()
893 hipDeviceptr_t gpu_dst, in AsynchronousMemcpyH2D()
914 hipDeviceptr_t gpu_dst, in AsynchronousMemcpyD2D()