Home
last modified time | relevance | path

Searched refs:TFE_Py_TapeSetRemove (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dtape.py151 pywrap_tfe.TFE_Py_TapeSetRemove(tape._tape) # pylint: disable=protected-access
Dpywrap_tfe.h159 void TFE_Py_TapeSetRemove(PyObject* tape);
Dpywrap_tfe_src.cc1896 void TFE_Py_TapeSetRemove(PyObject* tape) { in TFE_Py_TapeSetRemove() function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt160 TFE_Py_TapeSetRemove
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc888 [](const py::handle& tape) { TFE_Py_TapeSetRemove(tape.ptr()); }); in PYBIND11_MODULE()