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.py250 def sum_gather(): function
253 grad_fn = backprop.implicit_grad(sum_gather)
255 defun_grad_fn = backprop.implicit_grad(def_function.function(sum_gather))
Dfunction_test.py888 def sum_gather(): function
891 defined = def_function.function(sum_gather)
892 self.assertAllEqual(sum_gather(), defined())
970 def sum_gather(): function
975 defined = function.defun(sum_gather)
978 expected = self.evaluate(sum_gather())
/external/tensorflow/tensorflow/python/kernel_tests/
Dfunctional_ops_test.py1085 def sum_gather(): function
1091 defined = function.Defun()(sum_gather)
1098 expected = self.evaluate(sum_gather())