pub fn sparse_matrix_nnz<O0: Into<Output>>( sparse_matrix: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for SparseMatrixNNZ::new().build(sparse_matrix, scope).
SparseMatrixNNZ::new().build(sparse_matrix, scope)