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.cc615 const DeviceMemoryBase &device_src, in SynchronousMemcpy()
630 const DeviceMemoryBase &device_src, in SynchronousMemcpy()
645 const DeviceMemoryBase &device_src, int64 size, void *host_dst) { in SynchronousMemcpyD2H()
691 const DeviceMemoryBase &device_src, uint64 size) { in Memcpy()
702 const DeviceMemoryBase &device_src, in MemcpyDeviceToDevice()
Dstream_executor_pimpl.h281 port::Status SynchronousMemcpyD2H(const DeviceMemory<T> &device_src, in SynchronousMemcpyD2H()