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