Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dtape.py101 pywrap_tfe.TFE_Py_VariableWatcherVariableAccessed(var)
118 pywrap_tfe.TFE_Py_VariableWatcherVariableAccessed(var)
142 pywrap_tfe.TFE_Py_VariableWatcherVariableAccessed(var)
H A Dpywrap_tfe.h350 void TFE_Py_VariableWatcherVariableAccessed(PyObject* variable);
H A Dpywrap_tfe_src.cc2306 void TFE_Py_VariableWatcherVariableAccessed(PyObject* variable) { function
3386 TFE_Py_VariableWatcherVariableAccessed(input);
/aosp_15_r20/external/tensorflow/tensorflow/tools/def_file_filter/
H A Dsymbols_pybind.txt190 TFE_Py_VariableWatcherVariableAccessed
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A Dtfe_wrapper.cc1125 TFE_Py_VariableWatcherVariableAccessed(variable.ptr()); in PYBIND11_MODULE()