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

Method isSparse

src/backend/common/ArrayInfo.cpp:165–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165bool ArrayInfo::isSparse() const { return is_sparse; }
166
167dim4 getOutDims(const dim4 &ldims, const dim4 &rdims, bool batchMode) {
168 if (!batchMode) {

Callers 15

ArrayInfo.cppFile · 0.80
af_evalFunction · 0.80
af_addFunction · 0.80
af_mulFunction · 0.80
af_subFunction · 0.80
af_divFunction · 0.80
sparse.cppFile · 0.80
af_sparse_convert_toFunction · 0.80
retainFunction · 0.80
handle.cppFile · 0.80
sparse_handle.hppFile · 0.80
af_copy_arrayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected