MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / af_sparse_get_storage

Function af_sparse_get_storage

src/api/c/sparse.cpp:484–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484af_err af_sparse_get_storage(af_storage *out, const af_array in) {
485 try {
486 const SparseArrayBase base = getSparseArrayBase(in);
487 *out = base.getStorage();
488 }
489 CATCHALL;
490 return AF_SUCCESS;
491}

Callers 2

af_sparse_get_infoFunction · 0.70
sparseGetStorageFunction · 0.50

Calls 1

getStorageMethod · 0.80

Tested by

no test coverage detected