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

Function TFE_Py_TapeSetIsStopped

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

Source from the content-addressed store, hash-verified

1503void TFE_Py_TapeSetRestartOnThread() { *ThreadTapeIsStopped() = false; }
1504
1505PyObject* TFE_Py_TapeSetIsStopped() {
1506 if (*ThreadTapeIsStopped()) {
1507 Py_RETURN_TRUE;
1508 }
1509 Py_RETURN_FALSE;
1510}
1511
1512PyObject* TFE_Py_TapeSetNew(PyObject* persistent,
1513 PyObject* watch_accessed_variables) {

Callers

nothing calls this directly

Calls 1

ThreadTapeIsStoppedFunction · 0.85

Tested by

no test coverage detected