Home
last modified time | relevance | path

Searched defs:bfloat16_base (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/eigen/Eigen/src/Core/arch/Default/
H A DBFloat16.h50 struct bfloat16_base : public __bfloat16_raw { struct
51 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR bfloat16_base() {} in bfloat16_base() function
52 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR bfloat16_base(const __bfloat16_raw& h) : __bfloat16_raw(h) {} in bfloat16_base() function