Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ is_nan
Function
is_nan
src/backend/cuda/math.hpp:273–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
272
template<typename T>
273
static inline __DH__ auto is_nan(const T &val) -> bool {
274
return false;
275
}
276
277
template<>
278
inline __DH__ auto is_nan<float>(const float &val) -> bool {
Callers
2
MinMaxOp
Method · 0.70
MinMaxOp
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected