Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe.h151 void TFE_Py_TapeWatch(PyObject* tape, PyObject* tensor);
Dtape.py59 pywrap_tensorflow.TFE_Py_TapeWatch(tape._tape, tensor) # pylint: disable=protected-access
Dpywrap_tfe_src.cc1437 void TFE_Py_TapeWatch(PyObject* tape, PyObject* tensor) { function
/external/tensorflow/tensorflow/python/
Dpywrap_tfe.i69 %rename("%s") TFE_Py_TapeWatch;