Home
last modified time | relevance | path

Searched refs:SetRemoteShape (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_mgr_test.cc82 handle->SetRemoteShape(shape, remote_device_, ctx_->GetContextViewId())); in TEST_F()
128 ->SetRemoteShape(TensorShape({0}), remote_device_, in TEST_F()
142 TF_ASSERT_OK(handle->SetRemoteShape(TensorShape({0}), remote_device_, in TEST_F()
152 TF_ASSERT_OK(handle->SetRemoteShape(TensorShape({0}), remote_device_, in TEST_F()
Dremote_copy_node.cc259 Status status = captured_state->dst()->SetRemoteShape( in RunRemoteRecv()
411 Status status = captured_state->dst()->SetRemoteShape( in StartSendPackedHandle()
464 Status status = captured_state->dst()->SetRemoteShape( in StartRemoteSendTensor()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle_test.cc208 TF_ASSERT_OK(h2->SetRemoteShape(shape, ListDevices().at(2), in TEST_F()
211 TF_ASSERT_OK(h3->SetRemoteShape(shape, ListDevices().at(3), in TEST_F()
Dtensor_handle.h206 Status SetRemoteShape(const TensorShape& shape, const Device* d,
Dexecute.cc1719 retvals[i]->SetRemoteShape(absl::get<TensorShape>(ret), in GetKernelOutputs()
1747 TF_RETURN_IF_ERROR(retvals[i]->SetRemoteShape( in GetKernelOutputs()
Dtensor_handle.cc817 Status TensorHandle::SetRemoteShape(const TensorShape& shape, const Device* d, in SetRemoteShape() function in tensorflow::TensorHandle