Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dgradients_impl.py323 def _hessian_vector_product(ys, xs, v): function
Dgradients_test.py735 hess_v = gradients_impl._hessian_vector_product(x_mat_x, [x], [v])[0]
/external/tensorflow/tensorflow/python/kernel_tests/
Dctc_loss_op_test.py292 _ = gradients_impl._hessian_vector_product(loss, [inputs_t], v)