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

Method isBool

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

Source from the content-addressed store, hash-verified

150bool ArrayInfo::isInteger() const { return arrayfire::common::isInteger(type); }
151
152bool ArrayInfo::isBool() const { return arrayfire::common::isBool(type); }
153
154bool ArrayInfo::isLinear() const {
155 if (ndims() == 1) { return dim_strides[0] == 1; }

Callers

nothing calls this directly

Calls 1

isBoolFunction · 0.85

Tested by

no test coverage detected