MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / native_half_t

Function native_half_t

src/backend/common/half.hpp:1061–1063  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1059
1060#if defined(__CUDA_ARCH__) || defined(AF_ONEAPI)
1061 AF_CONSTEXPR __DH__ operator native_half_t() const noexcept {
1062 return data_;
1063 };
1064#endif
1065
1066 friend AF_CONSTEXPR __DH__ bool operator==(half lhs, half rhs) noexcept;

Callers 1

halfClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected