Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dtape.py105 pywrap_tfe.TFE_Py_VariableWatcherVariableAccessed(var)
122 pywrap_tfe.TFE_Py_VariableWatcherVariableAccessed(var)
146 pywrap_tfe.TFE_Py_VariableWatcherVariableAccessed(var)
Dpywrap_tfe.h346 void TFE_Py_VariableWatcherVariableAccessed(PyObject* variable);
Dpywrap_tfe_src.cc2236 void TFE_Py_VariableWatcherVariableAccessed(PyObject* variable) { function
3307 TFE_Py_VariableWatcherVariableAccessed(input);
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt181 TFE_Py_VariableWatcherVariableAccessed
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc966 TFE_Py_VariableWatcherVariableAccessed(variable.ptr()); in PYBIND11_MODULE()