pub fn batch_matrix_diag<O0: Into<Output>>(
    diagonal: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for BatchMatrixDiag::new().build(diagonal, scope).