MCPcopy 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
75template<typename T>
76static inline auto is_nan(const T &val) -> bool {
77 return false;
78}
79
80template<>
81inline auto is_nan<sycl::half>(const sycl::half &val) -> bool {

Callers 2

MinMaxOpMethod · 0.70
MinMaxOpMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected