pub fn batch_cholesky_grad<O0: Into<Output>, O1: Into<Output>>(
    l: O0,
    grad: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for BatchCholeskyGrad::new().build(l, grad, scope).