pub fn batch_matrix_diag<O0: Into<Output>>( diagonal: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for BatchMatrixDiag::new().build(diagonal, scope).
BatchMatrixDiag::new().build(diagonal, scope)