tensorflow::ops

Function cholesky_grad

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

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