Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
H A Dpy_func_test.py382 self.assertEqual(None, ops.get_gradient_function(x.op))
383 self.assertEqual(None, ops.get_gradient_function(y.op))
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dgradients_util.py611 grad_fn = ops.get_gradient_function(op)
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dops_test.py2295 fn = ops.get_gradient_function(y.op)
2304 fn = ops.get_gradient_function(y.op)
2314 ops.get_gradient_function(y.op)
H A Dops.py2869 def get_gradient_function(op): function
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dfunction.py689 def get_gradient_function(self): member in _DelayedRewriteGradientFunctions