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

Function TFE_Py_TapeSetStopOnThread

tensorflow/python/eager/pywrap_tfe_src.cc:1501–1501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1499}
1500
1501void TFE_Py_TapeSetStopOnThread() { *ThreadTapeIsStopped() = true; }
1502
1503void TFE_Py_TapeSetRestartOnThread() { *ThreadTapeIsStopped() = false; }
1504

Callers

nothing calls this directly

Calls 1

ThreadTapeIsStoppedFunction · 0.85

Tested by

no test coverage detected