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.h54 Status EagerCopyToDevice(TensorHandle* h, EagerContext* ctx,
Dexecute.cc142 Status status = EagerCopyToDevice( in MaybeCopyInputToExpectedDevice()
1127 Status EagerCopyToDevice(TensorHandle* h, EagerContext* ctx, in EagerCopyToDevice() function
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc292 TF_RETURN_IF_ERROR(EagerCopyToDevice(tensor_handle, context->Context(), in SendTensor()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc527 status->status = EagerCopyToDevice( in TFE_TensorHandleResolve()
830 status->status = tensorflow::EagerCopyToDevice(h->handle, &ctx->context, in TFE_TensorHandleCopyToDevice()