Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe.h215 PyObject* TFE_Py_TapeWatchedVariables(PyObject* tape);
Dtape.py42 return pywrap_tensorflow.TFE_Py_TapeWatchedVariables(self._tape)
Dpywrap_tfe_src.cc1554 PyObject* TFE_Py_TapeWatchedVariables(PyObject* tape) { function
/external/tensorflow/tensorflow/python/
Dpywrap_tfe.i71 %rename("%s") TFE_Py_TapeWatchedVariables;