Home
last modified time | relevance | path

Searched refs:python_grad_func (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dfunction.py262 python_grad_func=None, argument
303 self._python_grad_func = python_grad_func
378 def python_grad_func(self): member in _DefinedFunction
625 python_grad_func=None, argument
652 self._python_grad_func = python_grad_func
1153 python_grad_func = None
1156 python_grad_func, out_names)
H A Dfunction_test.py1140 @function.Defun(dtypes.float32, python_grad_func=Bar)
H A Dops.py3653 if (function.grad_func_name is not None) and (function.python_grad_func is
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dgradients_util.py637 grad_fn = func_call.python_grad_func
H A Dgradients_test.py562 f = self._GetFunc(python_grad_func=self._PythonGradient)
577 grad_func=grad_func, python_grad_func=self._PythonGradient)
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dfunction.py381 self.python_grad_func = None