Function autograd::ops::_hessian_vector_product [] [src]

pub fn _hessian_vector_product(
    ys: &[&Tensor],
    xs: &[&Tensor],
    vectors: &[&Tensor]
) -> Vec<Tensor>

(Experimental) Computes hessian vector product

ys must be scalars.