Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
bool ArrayInfo::isSparse() const { return is_sparse; }
166
167
dim4 getOutDims(const dim4 &ldims, const dim4 &rdims, bool batchMode) {
168
if (!batchMode) {
Callers
15
ArrayInfo.cpp
File · 0.80
af_eval
Function · 0.80
af_add
Function · 0.80
af_mul
Function · 0.80
af_sub
Function · 0.80
af_div
Function · 0.80
sparse.cpp
File · 0.80
af_sparse_convert_to
Function · 0.80
retain
Function · 0.80
handle.cpp
File · 0.80
sparse_handle.hpp
File · 0.80
af_copy_array
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected