MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / wait

Method wait

tensorflow/python/eager/executor.py:65–67  ·  view source on GitHub ↗

Waits for ops dispatched in this executor to finish.

(self)

Source from the content-addressed store, hash-verified

63 return self._handle
64
65 def wait(self):
66 """Waits for ops dispatched in this executor to finish."""
67 pywrap_tensorflow.TFE_ExecutorWaitForAllPendingNodes(self._handle)
68
69 def clear_error(self):
70 """Clears errors raised in this executor during execution."""

Callers 15

CloseMethod · 0.45
run_stepMethod · 0.45
thread_fnMethod · 0.45
runMethod · 0.45
runMethod · 0.45
testColocateWithMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 15

run_stepMethod · 0.36
thread_fnMethod · 0.36
runMethod · 0.36
runMethod · 0.36
testColocateWithMethod · 0.36
runMethod · 0.36
runMethod · 0.36