Searched refs:TFE_Py_TapeWatchVariable (Results 1 – 5 of 5) sorted by relevance
104 pywrap_tfe.TFE_Py_TapeWatchVariable(tape._tape, var) # pylint: disable=protected-access
246 void TFE_Py_TapeWatchVariable(PyObject* tape, PyObject* variable);
2206 void TFE_Py_TapeWatchVariable(PyObject* tape, PyObject* variable) { function
174 TFE_Py_TapeWatchVariable
952 TFE_Py_TapeWatchVariable(tape.ptr(), variable.ptr()); in PYBIND11_MODULE()