Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dtape.py60 pywrap_tfe.TFE_Py_TapeWatch(tape._tape, tensor) # pylint: disable=protected-access
Dpywrap_tfe.h179 void TFE_Py_TapeWatch(PyObject* tape, PyObject* tensor);
Dpywrap_tfe_src.cc2060 void TFE_Py_TapeWatch(PyObject* tape, PyObject* tensor) { function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt165 TFE_Py_TapeWatch
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc948 TFE_Py_TapeWatch(tape.ptr(), tensor.ptr()); in PYBIND11_MODULE()