Searched defs:__half_raw (Results 1 – 1 of 1) sorted by relevance
87 struct __half_raw { struct94 EIGEN_DEVICE_FUNC __half_raw() {} in __half_raw() function99 …explicit EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR __half_raw(numext::uint16_t raw) : x(numext::bit_cast<_… in __half_raw() argument103 explicit EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR __half_raw(numext::uint16_t raw) : x(raw) {} in __half_raw() function110 // HIP fp16 header file has a definition for __half_raw argument150 typedef half_impl::__half_raw __half_raw; typedef