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

Method isSingle

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

Source from the content-addressed store, hash-verified

136bool ArrayInfo::isDouble() const { return arrayfire::common::isDouble(type); }
137
138bool ArrayInfo::isSingle() const { return arrayfire::common::isSingle(type); }
139
140bool ArrayInfo::isHalf() const { return arrayfire::common::isHalf(type); }
141

Callers 2

af_approx1_commonFunction · 0.80
af_approx2_commonFunction · 0.80

Calls 1

isSingleFunction · 0.85

Tested by

no test coverage detected