Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/integration_test/
Dforwardprop_test.py126 def _test_gradients(testcase, function
138 _test_gradients(
177 _test_gradients(
196 _test_gradients(
/external/tensorflow/tensorflow/python/eager/
Dforwardprop_test.py198 def _test_gradients(testcase, function
210 _test_gradients(
423 _test_gradients(
437 _test_gradients(self, f, [constant_op.constant([1., 2.])], order=3)
473 _test_gradients(self, op_fn, [constant_op.constant(value)], order=3)
497 _test_gradients(self, _bn_fused, [x, scale, offset], order=2, atol=1e-2)
630 _test_gradients(self, f, [constant_op.constant([1., 2.])], order=3)
/external/tensorflow/tensorflow/python/ops/
Dgradients_test.py1479 def _test_gradients(self, f, inputs, order, delta=1e-3, rtol=1e-2, atol=1e-6): member in VariablesGradientTest
1485 self._test_gradients(
1503 self._test_gradients(F, [constant_op.constant([1.])], order=3)