Searched refs:TFE_Py_TapeWatchVariable (Results 1 – 4 of 4) sorted by relevance
175 void TFE_Py_TapeWatchVariable(PyObject* tape, PyObject* variable);
71 pywrap_tensorflow.TFE_Py_TapeWatchVariable(tape._tape, var) # pylint: disable=protected-access
1547 void TFE_Py_TapeWatchVariable(PyObject* tape, PyObject* variable) { function
70 %rename("%s") TFE_Py_TapeWatchVariable;