Waits for ops dispatched in this executor to finish.
(self)
| 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.""" |
no outgoing calls