Home
last modified time | relevance | path

Searched refs:EagerCopyToDevice (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.h62 Status EagerCopyToDevice(TensorHandle* h, EagerContext* ctx,
Dexecute.cc147 EagerCopyToDevice(handle, ctx, &op->Executor(), expected_input_device, in CopyInputToExpectedDevice()
389 TF_RETURN_IF_ERROR(EagerCopyToDevice( in EagerLocalExecute()
1031 Status EagerCopyToDevice(TensorHandle* h, EagerContext* ctx, in EagerCopyToDevice() function
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc535 TF_RETURN_IF_ERROR(EagerCopyToDevice(tensor_handle, eager_context, in SendTensor()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc1073 *status = EagerCopyToDevice(handle_, handle_->Context(), in Resolve()
1513 status->status = tensorflow::EagerCopyToDevice( in TFE_TensorHandleCopyToDevice()