Home
last modified time | relevance | path

Searched refs:SynchronousMemcpy (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_debug_allocator_test.cc61 ASSERT_TRUE(stream_exec->SynchronousMemcpy(&gpu_array_ptr, &cpu_array[0], in TEST()
90 ASSERT_TRUE(stream_exec->SynchronousMemcpy( in TEST()
98 stream_exec->SynchronousMemcpy(&gpu_hdr_ptr, &pi, sizeof(float))); in TEST()
126 ASSERT_TRUE(stream_exec->SynchronousMemcpy( in TEST()
134 stream_exec->SynchronousMemcpy(&gpu_ftr_ptr, &pi, sizeof(float))); in TEST()
157 ASSERT_TRUE(stream_exec->SynchronousMemcpy(&cpu_array[0], gpu_array_ptr, in TEST()
165 ASSERT_TRUE(stream_exec->SynchronousMemcpy(&gpu_array_ptr, &cpu_array[0], in TEST()
169 stream_exec->SynchronousMemcpy(&cpu_array_result[0], gpu_array_ptr, in TEST()
178 stream_exec->SynchronousMemcpy(&cpu_array_result[0], gpu_array_ptr, in TEST()
202 ASSERT_TRUE(stream_exec->SynchronousMemcpy(&cpu_array[0], gpu_array_ptr, in TEST()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.cc55 port::Status ok = SynchronousMemcpy(host_dst, dev_src, size); in Memcpy()
64 port::Status ok = SynchronousMemcpy(dev_dst, host_src, size); in Memcpy()
70 port::Status XlaInterpreterExecutor::SynchronousMemcpy( in SynchronousMemcpy() function in stream_executor::interpreter::XlaInterpreterExecutor
76 port::Status XlaInterpreterExecutor::SynchronousMemcpy( in SynchronousMemcpy() function in stream_executor::interpreter::XlaInterpreterExecutor
Dexecutor.h117 port::Status SynchronousMemcpy(DeviceMemoryBase *dev_dst,
119 port::Status SynchronousMemcpy(void *host_dst,
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc608 bool StreamExecutor::SynchronousMemcpy(DeviceMemoryBase *device_dst, in SynchronousMemcpy() function in stream_executor::StreamExecutor
618 implementation_->SynchronousMemcpy(device_dst, host_src, size); in SynchronousMemcpy()
625 bool StreamExecutor::SynchronousMemcpy(void *host_dst, in SynchronousMemcpy() function in stream_executor::StreamExecutor
633 implementation_->SynchronousMemcpy(host_dst, device_src, size); in SynchronousMemcpy()
640 bool StreamExecutor::SynchronousMemcpy(DeviceMemoryBase *device_dst, in SynchronousMemcpy() function in stream_executor::StreamExecutor
665 result = implementation_->SynchronousMemcpy(host_dst, device_src, size); in SynchronousMemcpyD2H()
688 result = implementation_->SynchronousMemcpy(device_dst, host_src, size); in SynchronousMemcpyH2D()
Dstream_executor_pimpl.h249 bool SynchronousMemcpy(DeviceMemoryBase *device_dst, const void *host_src,
256 bool SynchronousMemcpy(void *host_dst, const DeviceMemoryBase &device_src,
291 bool SynchronousMemcpy(DeviceMemoryBase *device_dst,
840 if (!parent->SynchronousMemcpy(ptr(), const_cast<const ElemT *>(&local[0]), in ScopedDeviceMemory()
Dstream_executor_internal.h223 virtual port::Status SynchronousMemcpy(DeviceMemoryBase *gpu_dst,
225 virtual port::Status SynchronousMemcpy(void *host_dst,
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h98 port::Status SynchronousMemcpy(DeviceMemoryBase *gpu_dst,
100 port::Status SynchronousMemcpy(void *host_dst,
Dhost_gpu_executor.cc163 port::Status HostExecutor::SynchronousMemcpy(DeviceMemoryBase *gpu_dst, in SynchronousMemcpy() function in stream_executor::host::HostExecutor
170 port::Status HostExecutor::SynchronousMemcpy(void *host_dst, in SynchronousMemcpy() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.h135 Status SynchronousMemcpy(::stream_executor::DeviceMemoryBase* device_dst,
137 Status SynchronousMemcpy(
Dtpu_executor.cc297 Status TpuExecutor::SynchronousMemcpy( in SynchronousMemcpy() function in tensorflow::tpu::TpuExecutor
307 Status TpuExecutor::SynchronousMemcpy( in SynchronousMemcpy() function in tensorflow::tpu::TpuExecutor
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h128 port::Status SynchronousMemcpy(DeviceMemoryBase* gpu_dst,
131 port::Status SynchronousMemcpy(void* host_dst,
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc484 port::Status GpuExecutor::SynchronousMemcpy(DeviceMemoryBase* gpu_dst, in SynchronousMemcpy() function in stream_executor::gpu::GpuExecutor
490 port::Status GpuExecutor::SynchronousMemcpy(void* host_dst, in SynchronousMemcpy() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc353 port::Status SynchronousMemcpy(DeviceMemoryBase* gpu_dst, in SynchronousMemcpy() function in stream_executor::__anon00950a620111::CStreamExecutor
361 port::Status SynchronousMemcpy(void* host_dst, in SynchronousMemcpy() function in stream_executor::__anon00950a620111::CStreamExecutor
Dstream_executor_test.cc823 ASSERT_TRUE(executor->SynchronousMemcpy(&device_dst, device_src, size)); in TEST_F()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc576 port::Status GpuExecutor::SynchronousMemcpy(DeviceMemoryBase* gpu_dst, in SynchronousMemcpy() function in stream_executor::gpu::GpuExecutor
582 port::Status GpuExecutor::SynchronousMemcpy(void* host_dst, in SynchronousMemcpy() function in stream_executor::gpu::GpuExecutor