Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe.h279 PyObject* TFE_Py_RecordGradient(PyObject* op_name, PyObject* inputs,
Dbackprop.py172 return pywrap_tfe.TFE_Py_RecordGradient(op_name, inputs, attrs, results,
Dpywrap_tfe_src.cc3936 PyObject* TFE_Py_RecordGradient(PyObject* op_name, PyObject* inputs, function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt177 TFE_Py_RecordGradient
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc873 return tensorflow::PyoOrThrow(TFE_Py_RecordGradient( in PYBIND11_MODULE()