Home
last modified time | relevance | path

Searched refs:sum_gather (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dfunction_gradients_test.py426 def sum_gather(): function
429 grad_fn = backprop.implicit_grad(sum_gather)
431 defun_grad_fn = backprop.implicit_grad(def_function.function(sum_gather))
Dfunction_test.py1464 def sum_gather(): function
1467 defined = def_function.function(sum_gather)
1468 self.assertAllEqual(sum_gather(), defined())
1581 def sum_gather(): function
1586 defined = function.defun(sum_gather)
1589 expected = self.evaluate(sum_gather())
/external/tensorflow/tensorflow/python/kernel_tests/
Dfunctional_ops_test.py1142 def sum_gather(): function
1148 defined = function.Defun()(sum_gather)
1155 expected = self.evaluate(sum_gather())