Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ is_nan
Function
is_nan
src/backend/oneapi/math.hpp:76–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
75
template<typename T>
76
static inline auto is_nan(const T &val) -> bool {
77
return false;
78
}
79
80
template<>
81
inline auto is_nan<sycl::half>(const sycl::half &val) -> bool {
Callers
2
MinMaxOp
Method · 0.70
MinMaxOp
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected