Home
last modified time | relevance | path

Searched refs:CopyCPUTensorToDevice (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_device_context.h34 void CopyCPUTensorToDevice(const Tensor *cpu_tensor, Device *device,
Dsycl_device.cc70 device_context_->CopyCPUTensorToDevice( in MakeTensorFromProto()
Dsycl_device_context.cc25 void SYCLDeviceContext::CopyCPUTensorToDevice(const Tensor *cpu_tensor, in CopyCPUTensorToDevice() function in tensorflow::SYCLDeviceContext
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util_platform_specific.cc26 void GPUDeviceContext::CopyCPUTensorToDevice(const Tensor* cpu_tensor, in CopyCPUTensorToDevice() function in tensorflow::GPUDeviceContext
Dgpu_device.cc678 device_contexts_[0]->CopyCPUTensorToDevice(&from, this, copy, in MaybeCopyTensorToGPU()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgpu_swapping_kernels.cc74 ctx->op_device_context()->CopyCPUTensorToDevice( in ComputeAsync()
/external/tensorflow/tensorflow/core/common_runtime/
Dgpu_device_context.h52 void CopyCPUTensorToDevice(const Tensor* cpu_tensor, Device* device,
Dcopy_tensor.cc85 recv_dev_context->CopyCPUTensorToDevice(&from, dst, to, in CopyHostToDevice()
110 recv_dev_context->CopyCPUTensorToDevice(input, dst, output, in CopyHostToDevice()
Dring_reducer.cc126 op_dev_ctx->CopyCPUTensorToDevice(&group_size_val, col_ctx_->device, in ContinueAfterInputCopy()
Dprocess_function_library_runtime_test.cc140 device_context->CopyCPUTensorToDevice(&cpu_tensor, gpu_device_, in CPUToGPU()
Dring_gatherer_test.cc430 dev_info->default_context->CopyCPUTensorToDevice( in InitTensor()
Dring_reducer_test.cc454 dev_info->default_context->CopyCPUTensorToDevice( in InitTensor()
Dhierarchical_tree_broadcaster_test.cc618 dev_info->default_context->CopyCPUTensorToDevice( in InitTensor()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_context.h63 void CopyCPUTensorToDevice(const Tensor* cpu_tensor, Device* device,
Dxla_device_context.cc106 void XlaDeviceContext::CopyCPUTensorToDevice(const Tensor* cpu_tensor, in CopyCPUTensorToDevice() function in tensorflow::XlaDeviceContext
Dxla_device.cc461 device_context->CopyCPUTensorToDevice(&parsed, this, &copy, in MakeTensorFromProto()
Dxla_launch_util.cc322 ctx->op_device_context()->CopyCPUTensorToDevice( in PopulateOutputs()
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h79 virtual void CopyCPUTensorToDevice(const Tensor* cpu_tensor, Device* device, in CopyCPUTensorToDevice() function
/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl_reducer.cc112 op_dev_ctx->CopyCPUTensorToDevice( in Run()
Dstack.cc307 device_ctxt->CopyCPUTensorToDevice( in ComputeAsync()
Dcollective_nccl_reducer_test.cc239 dev_info->default_context->CopyCPUTensorToDevice( in InitTensor()
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_memory_manager.cc493 device_context->CopyCPUTensorToDevice(copy, device, tensor, in TensorFromTransportOptions()