| 140 | bool ArrayInfo::isHalf() const { return arrayfire::common::isHalf(type); } |
| 141 | |
| 142 | bool ArrayInfo::isRealFloating() const { |
| 143 | return arrayfire::common::isRealFloating(type); |
| 144 | } |
| 145 | |
| 146 | bool ArrayInfo::isFloating() const { |
| 147 | return arrayfire::common::isFloating(type); |
no test coverage detected