MCPcopy 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
108bool ArrayInfo::isEmpty() const { return (elements() == 0); }
109
110bool ArrayInfo::isScalar() const { return (elements() == 1); }
111

Callers 5

join_manyFunction · 0.80
af_set_uniqueFunction · 0.80
af_set_unionFunction · 0.80
af_set_intersectFunction · 0.80
meanvarFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected