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

Function async_clear_error

tensorflow/python/eager/context.py:1812–1814  ·  view source on GitHub ↗

Clears errors raised during ASYNC execution mode.

()

Source from the content-addressed store, hash-verified

1810
1811
1812def async_clear_error():
1813 """Clears errors raised during ASYNC execution mode."""
1814 return context().executor.clear_error()
1815
1816
1817def num_gpus():

Callers

nothing calls this directly

Calls 2

contextFunction · 0.85
clear_errorMethod · 0.80

Tested by

no test coverage detected