Clears errors raised in this executor during execution.
(self)
| 67 | pywrap_tensorflow.TFE_ExecutorWaitForAllPendingNodes(self._handle) |
| 68 | |
| 69 | def clear_error(self): |
| 70 | """Clears errors raised in this executor during execution.""" |
| 71 | pywrap_tensorflow.TFE_ExecutorClearError(self._handle) |
| 72 | |
| 73 | |
| 74 | def new_executor(enable_async): |
no outgoing calls