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.h283 PyObject* TFE_Py_RecordGradient(PyObject* op_name, PyObject* inputs,
Dbackprop.py180 pywrap_tfe.TFE_Py_RecordGradient(op_name, inputs, attrs, outputs,
Dpywrap_tfe_src.cc4014 PyObject* TFE_Py_RecordGradient(PyObject* op_name, PyObject* inputs, function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt186 TFE_Py_RecordGradient
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1032 return tensorflow::PyoOrThrow(TFE_Py_RecordGradient( in PYBIND11_MODULE()