Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ isEmpty
Method
isEmpty
src/backend/common/ArrayInfo.cpp:108–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
bool ArrayInfo::isEmpty() const { return (elements() == 0); }
109
110
bool ArrayInfo::isScalar() const { return (elements() == 1); }
111
Callers
5
join_many
Function · 0.80
af_set_unique
Function · 0.80
af_set_union
Function · 0.80
af_set_intersect
Function · 0.80
meanvar
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected