Home
last modified time | relevance | path

Searched defs:host_src (Results 1 – 19 of 19) 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_t size, in SynchronousMemcpyH2DBegin()
Dstream_executor_pimpl.h270 port::Status SynchronousMemcpyH2D(port::ArraySlice<T> host_src, in SynchronousMemcpyH2D()
Dstream_executor_pimpl.cc616 const void *host_src, uint64 size) { in SynchronousMemcpy()
686 const void *host_src, int64_t size, DeviceMemoryBase *device_dst) { in SynchronousMemcpyH2D()
714 const void *host_src, uint64 size) { in Memcpy()
Dstream.h782 Stream &ThenMemcpyH2DQuantized(port::ArraySlice<ElementType> host_src, in ThenMemcpyH2DQuantized()
1867 Stream &ThenMemcpyH2D(port::ArraySlice<T> host_src, in ThenMemcpyH2D()
Dstream.cc1074 const void *host_src, uint64 size, dnn::QuantizedActivationMode mode, in ThenMemcpyH2DQuantized()
3950 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_test_util.cc71 SP_DeviceMemoryBase* const device_dst, const void* host_src, in MemcpyHToD()
77 SP_DeviceMemoryBase* const device_dst, const void* host_src, in SyncMemcpyHToD()
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.cc559 TF_Status* const status) { in TEST_F()
616 const void* host_src, uint64_t size, TF_Status* const status) { in TEST_F()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc574 const void* host_src, uint64 size) { in SynchronousMemcpy()
632 const void* host_src, uint64 size) { in Memcpy()
Dcuda_driver.cc1095 const void* host_src, in SynchronousMemcpyH2D()
1176 const void* host_src, in AsynchronousMemcpyH2D()
Dcuda_dnn.cc5825 Stream* stream, const void* host_src, int64_t size, in DoMemcpyH2DQuantized()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc481 const void* host_src, uint64 size) { in SynchronousMemcpy()
539 const void* host_src, uint64 size) { in Memcpy()
Drocm_driver.cc856 GpuContext* context, hipDeviceptr_t gpu_dst, const void* host_src, in SynchronousMemcpyH2D()
909 const void* host_src, in AsynchronousMemcpyH2D()
Drocm_dnn.cc4467 Stream* stream, const void* host_src, int64 size, in DoMemcpyH2DQuantized()