Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.cc70 const void *host_src, uint64_t size) { in Memcpy()
87 DeviceMemoryBase *dev_dst, const void *host_src, uint64_t size) { in SynchronousMemcpy()
Dexecutor.h86 const DeviceMemoryBase &host_src, in MemcpyDeviceToDevice()
/external/tensorflow/tensorflow/compiler/xla/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_t size) { in Memcpy()
298 ::stream_executor::DeviceMemoryBase* device_dst, const void* host_src, in SynchronousMemcpy()
324 bool TpuExecutor::MemcpyDeviceToDevice( in MemcpyDeviceToDevice()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dtrace_listener.h55 const void* host_src, int64_t size, in SynchronousMemcpyH2DBegin()
Dstream_executor_pimpl.h270 port::ArraySlice<T> host_src, // non-absl ok in SynchronousMemcpyH2D()
Dstream_executor_pimpl.cc612 const void* host_src, uint64_t size) { in SynchronousMemcpy()
682 const void* host_src, int64_t size, DeviceMemoryBase* device_dst) { in SynchronousMemcpyH2D()
710 const void* host_src, uint64_t size) { in Memcpy()
Dstream.h634 port::ArraySlice<ElementType> host_src, // non-absl ok in ThenMemcpyH2DQuantized()
1193 Stream &ThenMemcpyH2D(port::ArraySlice<T> host_src, // non-absl ok in ThenMemcpyH2D()
Dstream.cc908 const void *host_src, uint64_t size, dnn::QuantizedActivationMode mode, in ThenMemcpyH2DQuantized()
1999 Stream &Stream::ThenMemcpy(DeviceMemoryBase *gpu_dst, const void *host_src, in ThenMemcpy()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/host/
Dhost_gpu_executor.cc110 const void* host_src, uint64_t 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.cc326 const void* host_src, uint64 size) override { in SynchronousMemcpy()
396 bool Memcpy(Stream* stream, DeviceMemoryBase* gpu_dst, const void* host_src, in Memcpy()
Dstream_executor_test.cc561 TF_Status* const status) { in TEST_F()
618 const void* host_src, uint64_t size, TF_Status* const status) { in TEST_F()
/external/tensorflow/tensorflow/core/kernels/
Dwhile_op_test.cc117 TF_Status* const status) { in TEST_F()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc487 const void* host_src, in SynchronousMemcpy()
546 const void* host_src, uint64_t size) { in Memcpy()
Drocm_driver.cc858 GpuContext* context, hipDeviceptr_t gpu_dst, const void* host_src, in SynchronousMemcpyH2D()
911 const void* host_src, in AsynchronousMemcpyH2D()
Drocm_dnn.cc4516 Stream* stream, const void* host_src, int64_t size, in DoMemcpyH2DQuantized()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_gpu_executor.cc619 const void* host_src, in SynchronousMemcpy()
678 const void* host_src, uint64_t size) { in Memcpy()
Dcuda_driver.cc1090 const void* host_src, in SynchronousMemcpyH2D()
1171 const void* host_src, in AsynchronousMemcpyH2D()
Dcuda_dnn.cc6526 Stream* stream, const void* host_src, int64_t size, in DoMemcpyH2DQuantized()