Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dtape.py83 self._variable_watcher = pywrap_tfe.TFE_Py_VariableWatcherNew()
Dpywrap_tfe.h340 PyObject* TFE_Py_VariableWatcherNew();
Dpywrap_tfe_src.cc2217 PyObject* TFE_Py_VariableWatcherNew() { function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt179 TFE_Py_VariableWatcherNew
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc960 []() { return tensorflow::PyoOrThrow(TFE_Py_VariableWatcherNew()); }); in PYBIND11_MODULE()