Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dtape.py83 pywrap_tfe.TFE_Py_VariableWatcherRemove(self._variable_watcher)
H A Dpywrap_tfe.h347 void TFE_Py_VariableWatcherRemove(PyObject* variable_watcher);
H A Dpywrap_tfe_src.cc2298 void TFE_Py_VariableWatcherRemove(PyObject* variable_watcher) { function
/aosp_15_r20/external/tensorflow/tensorflow/tools/def_file_filter/
H A Dsymbols_pybind.txt189 TFE_Py_VariableWatcherRemove
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A Dtfe_wrapper.cc1121 TFE_Py_VariableWatcherRemove(variable_watcher.ptr()); in PYBIND11_MODULE()