Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_execute_node.cc74 Status s = retvals[i]->SetRemoteShape( in RunAsync()
Dremote_copy_node.cc229 Status status = captured_state->dst()->SetRemoteShape( in RunRemoteRecv()
323 Status status = captured_state->dst()->SetRemoteShape( in StartRemoteSendTensor()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle.h155 Status SetRemoteShape(const TensorShape& shape, tensorflow::Device* d);
Dtensor_handle.cc516 Status TensorHandle::SetRemoteShape(const TensorShape& shape, in SetRemoteShape() function in tensorflow::TensorHandle