Home
last modified time | relevance | path

Searched defs:host_src (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.cc62 const void *host_src, uint64 size) { in Memcpy()
71 DeviceMemoryBase *dev_dst, const void *host_src, uint64 size) { in SynchronousMemcpy()
Dexecutor.h87 const DeviceMemoryBase &host_src, in MemcpyDeviceToDevice()
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_stream.h46 stream_executor::DeviceMemoryBase device_dst, const void* host_src, in EnqueueTransferHostToDevice()
Dtpu_executor.cc290 const void* host_src, uint64 size) { in Memcpy()
298 ::stream_executor::DeviceMemoryBase* device_dst, const void* host_src, in SynchronousMemcpy()
324 bool TpuExecutor::MemcpyDeviceToDevice( in MemcpyDeviceToDevice()
/external/tensorflow/tensorflow/stream_executor/
Dtrace_listener.h55 const void* host_src, int64 size, in SynchronousMemcpyH2DBegin()
Dstream.h724 Stream &ThenMemcpyH2DQuantized(port::ArraySlice<ElementType> host_src, in ThenMemcpyH2DQuantized()
1747 Stream &ThenMemcpyH2D(port::ArraySlice<T> host_src, in ThenMemcpyH2D()
Dstream_executor_pimpl.h267 port::Status SynchronousMemcpyH2D(port::ArraySlice<T> host_src, in SynchronousMemcpyH2D()
Dstream_executor_pimpl.cc609 const void *host_src, uint64 size) { in SynchronousMemcpy()
679 const void *host_src, int64 size, DeviceMemoryBase *device_dst) { in SynchronousMemcpyH2D()
707 const void *host_src, uint64 size) { in Memcpy()
Dstream.cc1276 const void *host_src, uint64 size, dnn::QuantizedActivationMode mode, in ThenMemcpyH2DQuantized()
4507 Stream &Stream::ThenMemcpy(DeviceMemoryBase *gpu_dst, const void *host_src, in ThenMemcpy()
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc110 const void *host_src, uint64 size) { in Memcpy()
164 const void *host_src, in SynchronousMemcpy()
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc354 const void* host_src, uint64 size) override { in SynchronousMemcpy()
409 bool Memcpy(Stream* stream, DeviceMemoryBase* gpu_dst, const void* host_src, in Memcpy()
Dstream_executor_test.cc98 SP_DeviceMemoryBase* const device_dst, const void* host_src, in memcpy_htod()
105 const void* host_src, uint64_t size, in sync_memcpy_htod()
737 TF_Status* const status) { in TEST_F()
794 const void* host_src, uint64_t size, TF_Status* const status) { in TEST_F()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc485 const void* host_src, uint64 size) { in SynchronousMemcpy()
543 const void* host_src, uint64 size) { in Memcpy()
Drocm_driver.cc848 GpuContext* context, hipDeviceptr_t gpu_dst, const void* host_src, in SynchronousMemcpyH2D()
901 const void* host_src, in AsynchronousMemcpyH2D()
Drocm_dnn.cc4576 Stream* stream, const void* host_src, int64 size, in DoMemcpyH2DQuantized()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc577 const void* host_src, uint64 size) { in SynchronousMemcpy()
635 const void* host_src, uint64 size) { in Memcpy()
Dcuda_driver.cc1145 const void* host_src, in SynchronousMemcpyH2D()
1196 const void* host_src, in AsynchronousMemcpyH2D()
Dcuda_dnn.cc4615 Stream* stream, const void* host_src, int64 size, in DoMemcpyH2DQuantized()