Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1501
void TFE_Py_TapeSetStopOnThread() { *ThreadTapeIsStopped() = true; }
1502
1503
void TFE_Py_TapeSetRestartOnThread() { *ThreadTapeIsStopped() = false; }
1504
Callers
nothing calls this directly
Calls
1
ThreadTapeIsStopped
Function · 0.85
Tested by
no test coverage detected