pub fn batch_cholesky_grad<O0: Into<Output>, O1: Into<Output>>( l: O0, grad: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for BatchCholeskyGrad::new().build(l, grad, scope).
BatchCholeskyGrad::new().build(l, grad, scope)