Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dtape.py87 pywrap_tfe.TFE_Py_VariableWatcherRemove(self._variable_watcher)
Dpywrap_tfe.h343 void TFE_Py_VariableWatcherRemove(PyObject* variable_watcher);
Dpywrap_tfe_src.cc2228 void TFE_Py_VariableWatcherRemove(PyObject* variable_watcher) { function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt180 TFE_Py_VariableWatcherRemove
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc962 TFE_Py_VariableWatcherRemove(variable_watcher.ptr()); in PYBIND11_MODULE()