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

Function sparseGetValues

src/api/cpp/sparse.cpp:71–75  ·  view source on GitHub ↗

NOLINTNEXTLINE(performance-unnecessary-value-param)

Source from the content-addressed store, hash-verified

69
70// NOLINTNEXTLINE(performance-unnecessary-value-param)
71array sparseGetValues(const array in) {
72 af_array out = 0;
73 AF_THROW(af_sparse_get_values(&out, in.get()));
74 return array(out);
75}
76
77// NOLINTNEXTLINE(performance-unnecessary-value-param)
78array sparseGetRowIdx(const array in) {

Callers 5

createFunctionFunction · 0.85
sparseCastTesterFunction · 0.85
TESTFunction · 0.85
toCooVectorFunction · 0.85
setupInputsFunction · 0.85

Calls 3

af_sparse_get_valuesFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by 1

toCooVectorFunction · 0.68