Searched refs:TFE_Py_TapeSetAdd (Results 1 – 5 of 5) sorted by relevance
51 pywrap_tfe.TFE_Py_TapeSetAdd(tape._tape) # pylint: disable=protected-access
166 void TFE_Py_TapeSetAdd(PyObject* tape);
1939 void TFE_Py_TapeSetAdd(PyObject* tape) { in TFE_Py_TapeSetAdd() function
170 TFE_Py_TapeSetAdd
1045 [](const py::handle& tape) { TFE_Py_TapeSetAdd(tape.ptr()); }); in PYBIND11_MODULE()