Searched refs:TFE_Py_RecordGradient (Results 1 – 5 of 5) sorted by relevance
279 PyObject* TFE_Py_RecordGradient(PyObject* op_name, PyObject* inputs,
172 return pywrap_tfe.TFE_Py_RecordGradient(op_name, inputs, attrs, results,
3936 PyObject* TFE_Py_RecordGradient(PyObject* op_name, PyObject* inputs, function
177 TFE_Py_RecordGradient
873 return tensorflow::PyoOrThrow(TFE_Py_RecordGradient( in PYBIND11_MODULE()