Searched refs:TFE_Py_TapeSetStopOnThread (Results 1 – 5 of 5) sorted by relevance
160 pywrap_tfe.TFE_Py_TapeSetStopOnThread()
185 void TFE_Py_TapeSetStopOnThread();
1854 void TFE_Py_TapeSetStopOnThread() { *ThreadTapeIsStopped() = true; } in TFE_Py_TapeSetStopOnThread() function
167 TFE_Py_TapeSetStopOnThread
889 m.def("TFE_Py_TapeSetStopOnThread", &TFE_Py_TapeSetStopOnThread); in PYBIND11_MODULE()