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

Method getStorage

src/backend/common/SparseArray.hpp:124–124  ·  view source on GitHub ↗

Returns the storage format of the SparseArray

Source from the content-addressed store, hash-verified

122
123 /// Returns the storage format of the SparseArray
124 af::storage getStorage() const { return stype; }
125};
126static_assert(std::is_standard_layout<SparseArrayBase>::value,
127 "SparseArrayBase must be a standard layout type");

Callers 15

arithOpDFunction · 0.80
arithOpFunction · 0.80
arithOpDFunction · 0.80
arithOpFunction · 0.80
arithOpDFunction · 0.80
arithOpFunction · 0.80
createSpMatDescrFunction · 0.80
af_arith_sparseFunction · 0.80
sparseConvertStorageFunction · 0.80
af_sparse_convert_toFunction · 0.80
af_sparse_to_denseFunction · 0.80
af_sparse_get_storageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected