NOLINTNEXTLINE(performance-unnecessary-value-param)
| 90 | |
| 91 | // NOLINTNEXTLINE(performance-unnecessary-value-param) |
| 92 | dim_t sparseGetNNZ(const array in) { |
| 93 | dim_t out = 0; |
| 94 | AF_THROW(af_sparse_get_nnz(&out, in.get())); |
| 95 | return out; |
| 96 | } |
| 97 | |
| 98 | // NOLINTNEXTLINE(performance-unnecessary-value-param) |
| 99 | af::storage sparseGetStorage(const array in) { |