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

Function sparseGetStorage

src/api/cpp/sparse.cpp:99–103  ·  view source on GitHub ↗

NOLINTNEXTLINE(performance-unnecessary-value-param)

Source from the content-addressed store, hash-verified

97
98// NOLINTNEXTLINE(performance-unnecessary-value-param)
99af::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

Callers 2

sparseCastTesterFunction · 0.85
toCooVectorFunction · 0.85

Calls 2

af_sparse_get_storageFunction · 0.50
getMethod · 0.45

Tested by 1

toCooVectorFunction · 0.68