Home
last modified time | relevance | path

Searched defs:device_src (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc639 const DeviceMemoryBase &device_src, in SynchronousMemcpy()
654 const DeviceMemoryBase &device_src, in SynchronousMemcpy()
669 const DeviceMemoryBase &device_src, int64 size, void *host_dst) { in SynchronousMemcpyD2H()
715 const DeviceMemoryBase &device_src, uint64 size) { in Memcpy()
726 const DeviceMemoryBase &device_src, in MemcpyDeviceToDevice()
Dstream_executor_pimpl.h294 port::Status SynchronousMemcpyD2H(const DeviceMemory<T> &device_src, in SynchronousMemcpyD2H()