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

Shorthand for CSRSparseMatrixToDense::new().build(sparse_input, scope).