Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dpy_func_test.py343 self.assertEqual(None, ops.get_gradient_function(x.op))
344 self.assertEqual(None, ops.get_gradient_function(y.op))
/external/tensorflow/tensorflow/python/ops/
Dgradients_util.py673 grad_fn = ops.get_gradient_function(op)
/external/tensorflow/tensorflow/python/framework/
Dops_test.py1738 fn = ops.get_gradient_function(y.op)
1747 fn = ops.get_gradient_function(y.op)
1757 ops.get_gradient_function(y.op)
Dops.py2704 def get_gradient_function(op): function