Searched defs:gpu_src (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/host/ |
D | host_gpu_executor.cc | 67 const DeviceMemoryBase &gpu_src, uint64 size) { in Memcpy() 88 const DeviceMemoryBase &gpu_src, in MemcpyDeviceToDevice() 138 const DeviceMemoryBase &gpu_src, in SynchronousMemcpy() 145 DeviceMemoryBase *gpu_dst, const DeviceMemoryBase &gpu_src, uint64 size) { in SynchronousMemcpyDeviceToDevice()
|
/external/tensorflow/tensorflow/stream_executor/ |
D | stream.h | 1694 Stream &ThenMemcpyD2H(const DeviceMemory<T> &gpu_src, in ThenMemcpyD2H() 1722 const DeviceMemoryBase &gpu_src, uint64 size) { in ThenMemcpyD2D()
|
D | trace_listener.h | 61 const DeviceMemoryBase& gpu_src, in SynchronousMemcpyD2HBegin()
|
D | stream.cc | 4780 Stream &Stream::ThenMemcpy(void *host_dst, const DeviceMemoryBase &gpu_src, in ThenMemcpy() 4807 const DeviceMemoryBase &gpu_src, uint64 size) { in ThenMemcpy()
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_gpu_executor.cc | 492 const DeviceMemoryBase& gpu_src, in SynchronousMemcpy() 499 DeviceMemoryBase* gpu_dst, const DeviceMemoryBase& gpu_src, uint64 size) { in SynchronousMemcpyDeviceToDevice() 537 const DeviceMemoryBase& gpu_src, uint64 size) { in Memcpy() 552 const DeviceMemoryBase& gpu_src, in MemcpyDeviceToDevice()
|
D | rocm_driver.cc | 892 GpuContext* context, void* host_dst, hipDeviceptr_t gpu_src, uint64 size) { in SynchronousMemcpyD2H() 925 GpuContext* context, hipDeviceptr_t gpu_dst, hipDeviceptr_t gpu_src, in SynchronousMemcpyD2D() 942 hipDeviceptr_t gpu_src, in AsynchronousMemcpyD2H() 985 hipDeviceptr_t gpu_src, in AsynchronousMemcpyD2D()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_gpu_executor.cc | 611 const DeviceMemoryBase& gpu_src, in SynchronousMemcpy() 618 DeviceMemoryBase* gpu_dst, const DeviceMemoryBase& gpu_src, uint64 size) { in SynchronousMemcpyDeviceToDevice() 656 const DeviceMemoryBase& gpu_src, uint64 size) { in Memcpy() 671 const DeviceMemoryBase& gpu_src, in MemcpyDeviceToDevice()
|
D | cuda_driver.cc | 1080 CUdeviceptr gpu_src, in SynchronousMemcpyD2H() 1127 CUdeviceptr gpu_src, in SynchronousMemcpyD2D() 1150 CUdeviceptr gpu_src, in AsynchronousMemcpyD2H() 1203 CUdeviceptr gpu_src, in AsynchronousMemcpyD2D()
|