Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe.h175 void TFE_Py_TapeWatchVariable(PyObject* tape, PyObject* variable);
Dtape.py71 pywrap_tensorflow.TFE_Py_TapeWatchVariable(tape._tape, var) # pylint: disable=protected-access
Dpywrap_tfe_src.cc1547 void TFE_Py_TapeWatchVariable(PyObject* tape, PyObject* variable) { function
/external/tensorflow/tensorflow/python/
Dpywrap_tfe.i70 %rename("%s") TFE_Py_TapeWatchVariable;