Searched refs:TFE_Py_TapeWatch (Results 1 – 5 of 5) sorted by relevance
60 pywrap_tfe.TFE_Py_TapeWatch(tape._tape, tensor) # pylint: disable=protected-access
179 void TFE_Py_TapeWatch(PyObject* tape, PyObject* tensor);
2060 void TFE_Py_TapeWatch(PyObject* tape, PyObject* tensor) { function
165 TFE_Py_TapeWatch
948 TFE_Py_TapeWatch(tape.ptr(), tensor.ptr()); in PYBIND11_MODULE()