Searched refs:TFE_Py_TapeWatch (Results 1 – 4 of 4) sorted by relevance
151 void TFE_Py_TapeWatch(PyObject* tape, PyObject* tensor);
59 pywrap_tensorflow.TFE_Py_TapeWatch(tape._tape, tensor) # pylint: disable=protected-access
1437 void TFE_Py_TapeWatch(PyObject* tape, PyObject* tensor) { function
69 %rename("%s") TFE_Py_TapeWatch;