Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dtape.py87 return pywrap_tfe.TFE_Py_VariableWatcherWatchedVariables(
H A Dpywrap_tfe.h354 PyObject* TFE_Py_VariableWatcherWatchedVariables(PyObject* variable_watcher);
H A Dpywrap_tfe_src.cc2312 PyObject* TFE_Py_VariableWatcherWatchedVariables(PyObject* variable_watcher) { function
/aosp_15_r20/external/tensorflow/tensorflow/tools/def_file_filter/
H A Dsymbols_pybind.txt191 TFE_Py_VariableWatcherWatchedVariables
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A Dtfe_wrapper.cc1130 TFE_Py_VariableWatcherWatchedVariables(variable_watcher.ptr())); in PYBIND11_MODULE()