Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dtape.py104 pywrap_tfe.TFE_Py_TapeWatchVariable(tape._tape, var) # pylint: disable=protected-access
Dpywrap_tfe.h246 void TFE_Py_TapeWatchVariable(PyObject* tape, PyObject* variable);
Dpywrap_tfe_src.cc2206 void TFE_Py_TapeWatchVariable(PyObject* tape, PyObject* variable) { function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt174 TFE_Py_TapeWatchVariable
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc952 TFE_Py_TapeWatchVariable(tape.ptr(), variable.ptr()); in PYBIND11_MODULE()