Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ isBool
Function
isBool
src/backend/common/traits.hpp:66–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
constexpr bool isBool(af::dtype type) { return (type == b8); }
67
68
constexpr bool isFloating(af::dtype type) {
69
return (!isInteger(type) && !isBool(type));
Callers
2
isFloating
Function · 0.85
isBool
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected