Searched refs:EagerCopyToDevice (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | execute.h | 62 Status EagerCopyToDevice(TensorHandle* h, EagerContext* ctx,
|
D | execute.cc | 147 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/ |
D | eager_service_impl.cc | 535 TF_RETURN_IF_ERROR(EagerCopyToDevice(tensor_handle, eager_context, in SendTensor()
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api.cc | 1073 *status = EagerCopyToDevice(handle_, handle_->Context(), in Resolve() 1513 status->status = tensorflow::EagerCopyToDevice( in TFE_TensorHandleCopyToDevice()
|