Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dtape.py91 return pywrap_tfe.TFE_Py_VariableWatcherWatchedVariables(
Dpywrap_tfe.h350 PyObject* TFE_Py_VariableWatcherWatchedVariables(PyObject* variable_watcher);
Dpywrap_tfe_src.cc2242 PyObject* TFE_Py_VariableWatcherWatchedVariables(PyObject* variable_watcher) { function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt182 TFE_Py_VariableWatcherWatchedVariables
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc971 TFE_Py_VariableWatcherWatchedVariables(variable_watcher.ptr())); in PYBIND11_MODULE()