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

Method clear_error

tensorflow/python/eager/executor.py:69–71  ·  view source on GitHub ↗

Clears errors raised in this executor during execution.

(self)

Source from the content-addressed store, hash-verified

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
74def new_executor(enable_async):

Callers 3

async_clear_errorFunction · 0.80
testExecuteBasicAsyncMethod · 0.80

Calls

no outgoing calls

Tested by 2

testExecuteBasicAsyncMethod · 0.64