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

Public Member Functions

EIGEN_CONSTEXPR __bfloat16_raw ()
 
EIGEN_CONSTEXPR __bfloat16_raw (unsigned short raw)
 

Public Attributes

unsigned short value
 

Detailed Description

Definition at line 69 of file BFloat16.h.

Constructor & Destructor Documentation

◆ __bfloat16_raw() [1/2]

EIGEN_CONSTEXPR Eigen::bfloat16_impl::__bfloat16_raw::__bfloat16_raw ( )
inline

Definition at line 73 of file BFloat16.h.

73 : value(0) {}

◆ __bfloat16_raw() [2/2]

EIGEN_CONSTEXPR Eigen::bfloat16_impl::__bfloat16_raw::__bfloat16_raw ( unsigned short  raw)
inlineexplicit

Definition at line 75 of file BFloat16.h.

75 : value(raw) {}

Member Data Documentation

◆ value

unsigned short Eigen::bfloat16_impl::__bfloat16_raw::value

Definition at line 76 of file BFloat16.h.


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