Home
last modified time | relevance | path

Searched refs:CopyCPUTensorToDeviceSync (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Ddevice_base.cc52 Status DeviceContext::CopyCPUTensorToDeviceSync(const Tensor* cpu_tensor, in CopyCPUTensorToDeviceSync() function in tensorflow::DeviceContext
Ddevice_base.h85 Status CopyCPUTensorToDeviceSync(const Tensor* cpu_tensor, Device* device,
/external/tensorflow/tensorflow/compiler/tests/
Dunary_ops_composition_test.cc91 TF_CHECK_OK(device_context->CopyCPUTensorToDeviceSync(&input_on_host, in RunComposedOp()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device.cc492 device_context->CopyCPUTensorToDeviceSync(&parsed, this, &copy)); in MakeTensorFromProto()
/external/tensorflow/tensorflow/core/common_runtime/
Dpermuter_test.cc364 TF_CHECK_OK(dev_info->default_context->CopyCPUTensorToDeviceSync( in InitTensor()
Dring_gatherer_test.cc441 ->CopyCPUTensorToDeviceSync(&cpu_tensor, device_, in InitTensor()
Dring_reducer_test.cc467 ->CopyCPUTensorToDeviceSync(&cpu_tensor, device_, &tensor_) in InitTensor()
Dhierarchical_tree_broadcaster_test.cc622 TF_CHECK_OK(dev_info->default_context->CopyCPUTensorToDeviceSync( in InitTensor()
Dprocess_function_library_runtime_test.cc202 ->CopyCPUTensorToDeviceSync(&cpu_tensor, gpu_device_, in CPUToGPU()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device_test.cc106 TF_ASSERT_OK(device_context->CopyCPUTensorToDeviceSync(cpu_tensor, device, in CopyCPUToGPU()
/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl_test.cc280 TF_CHECK_OK(dev_info->default_context->CopyCPUTensorToDeviceSync( in InitTensor()