Function tensorflow::ops::matrix_inverse

source ·
pub fn matrix_inverse<O0: Into<Output>>(
    input: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for MatrixInverse::new().build(input, scope).