Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
DBUILD118 name = "tensor_handle_data",
120 "tensor_handle_data.cc",
123 "tensor_handle_data.h",
153 ":tensor_handle_data",
464 "tensor_handle_data.h",
Dexecute.cc705 auto tensor_handle_data = in EagerRemoteExecute() local
710 std::move(tensor_handle_data), op->Device())); in EagerRemoteExecute()
1074 auto tensor_handle_data = in EagerCopyToDevice()
1079 h->AddUnshapedRemoteMirror(std::move(tensor_handle_data), device)); in EagerCopyToDevice()
1084 std::move(tensor_handle_data), h->dtype, device, ctx, result)); in EagerCopyToDevice()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_mgr_test.cc80 auto tensor_handle_data = absl::make_unique<RemoteTensorHandleData>( in TEST_F() local
83 handle->AddRemoteMirror(std::move(tensor_handle_data), remote_device_)); in TEST_F()
DBUILD194 "//tensorflow/core/common_runtime/eager:tensor_handle_data",