Searched refs:TFE_Py_VariableWatcherNew (Results 1 – 5 of 5) sorted by relevance
83 self._variable_watcher = pywrap_tfe.TFE_Py_VariableWatcherNew()
340 PyObject* TFE_Py_VariableWatcherNew();
2217 PyObject* TFE_Py_VariableWatcherNew() { function
179 TFE_Py_VariableWatcherNew
960 []() { return tensorflow::PyoOrThrow(TFE_Py_VariableWatcherNew()); }); in PYBIND11_MODULE()