Eigen::bfloat16_impl::__bfloat16_raw Struct Reference

#include <BFloat16.h>

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

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR __bfloat16_raw ()
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR __bfloat16_raw (unsigned short raw)
 

Public Attributes

unsigned short value
 

Constructor & Destructor Documentation

◆ __bfloat16_raw() [1/2]

EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Eigen::bfloat16_impl::__bfloat16_raw::__bfloat16_raw ( )
inline
74 : value(0) {}
unsigned short value
Definition: BFloat16.h:77

◆ __bfloat16_raw() [2/2]

EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Eigen::bfloat16_impl::__bfloat16_raw::__bfloat16_raw ( unsigned short  raw)
inlineexplicit
76 : value(raw) {}

Member Data Documentation

◆ value


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