Home
last modified time | relevance | path

Searched refs:WaitForNode (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle.cc126 Status TensorHandle::WaitForNode(uint64 node_id, bool return_if_is_ready) { in WaitForNode() function in tensorflow::TensorHandle
137 Status TensorHandle::WaitReady() { return WaitForNode(node_id_, true); } in WaitReady()
176 TF_RETURN_IF_ERROR(WaitForNode(remote_shape_node_id_, false)); in Shape()
189 TF_RETURN_IF_ERROR(WaitForNode(remote_shape_node_id_, false)); in NumDims()
204 TF_RETURN_IF_ERROR(WaitForNode(remote_shape_node_id_, false)); in Dim()
219 TF_RETURN_IF_ERROR(WaitForNode(remote_shape_node_id_, false)); in NumElements()
Dtensor_handle.h139 Status WaitForNode(uint64 node_id, bool return_if_is_ready);