Eigen::bfloat16_impl::bfloat16_base Struct Reference
+ Inheritance diagram for Eigen::bfloat16_impl::bfloat16_base:

Public Member Functions

EIGEN_CONSTEXPR bfloat16_base ()
 
EIGEN_CONSTEXPR bfloat16_base (const __bfloat16_raw &h)
 
- Public Member Functions inherited from Eigen::bfloat16_impl::__bfloat16_raw
EIGEN_CONSTEXPR __bfloat16_raw ()
 
EIGEN_CONSTEXPR __bfloat16_raw (unsigned short raw)
 

Additional Inherited Members

- Public Attributes inherited from Eigen::bfloat16_impl::__bfloat16_raw
unsigned short value
 

Detailed Description

Definition at line 92 of file BFloat16.h.

Constructor & Destructor Documentation

◆ bfloat16_base() [1/2]

EIGEN_CONSTEXPR Eigen::bfloat16_impl::bfloat16_base::bfloat16_base ( )
inline

Definition at line 93 of file BFloat16.h.

93 {}

◆ bfloat16_base() [2/2]

EIGEN_CONSTEXPR Eigen::bfloat16_impl::bfloat16_base::bfloat16_base ( const __bfloat16_raw h)
inline

Definition at line 94 of file BFloat16.h.

94 : __bfloat16_raw(h) {}
EIGEN_CONSTEXPR __bfloat16_raw()
Definition: BFloat16.h:73

The documentation for this struct was generated from the following file: