Searched defs:__bfloat16_raw (Results 1 – 1 of 1) sorted by relevance
33 struct __bfloat16_raw { struct34 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR __bfloat16_raw() : value(0) {} in __bfloat16_raw() argument35 explicit EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR __bfloat16_raw(unsigned short raw) : value(raw) {} in __bfloat16_raw() function39 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR __bfloat16_raw raw_uint16_to_bfloat16(unsigne… argument60 typedef bfloat16_impl::__bfloat16_raw __bfloat16_raw; typedef