Searched refs:TFE_Py_TapeSetStopOnThread (Results 1 – 5 of 5) sorted by relevance
156 pywrap_tfe.TFE_Py_TapeSetStopOnThread()
189 void TFE_Py_TapeSetStopOnThread();
1915 void TFE_Py_TapeSetStopOnThread() { *ThreadTapeIsStopped() = true; } in TFE_Py_TapeSetStopOnThread() function
176 TFE_Py_TapeSetStopOnThread
1048 m.def("TFE_Py_TapeSetStopOnThread", &TFE_Py_TapeSetStopOnThread); in PYBIND11_MODULE()