Searched refs:TFE_Py_TapeSetRemove (Results 1 – 5 of 5) sorted by relevance
151 pywrap_tfe.TFE_Py_TapeSetRemove(tape._tape) # pylint: disable=protected-access
159 void TFE_Py_TapeSetRemove(PyObject* tape);
1896 void TFE_Py_TapeSetRemove(PyObject* tape) { in TFE_Py_TapeSetRemove() function
160 TFE_Py_TapeSetRemove
888 [](const py::handle& tape) { TFE_Py_TapeSetRemove(tape.ptr()); }); in PYBIND11_MODULE()