NOLINTNEXTLINE(performance-unnecessary-value-param)
| 97 | |
| 98 | // NOLINTNEXTLINE(performance-unnecessary-value-param) |
| 99 | af::storage sparseGetStorage(const array in) { |
| 100 | af::storage out; |
| 101 | AF_THROW(af_sparse_get_storage(&out, in.get())); |
| 102 | return out; |
| 103 | } |
| 104 | } // namespace af |