Public Types | Public Member Functions | List of all members
Eigen::bfloat16 Struct Reference

#include <BFloat16.h>

Inheritance diagram for Eigen::bfloat16:
Inheritance graph
[legend]

Public Types

typedef bfloat16_impl::__bfloat16_raw __bfloat16_raw
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR bfloat16 ()
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR bfloat16 (bool b)
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR bfloat16 (const __bfloat16_raw &h)
 
template<typename RealScalar >
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR bfloat16 (const std::complex< RealScalar > &val)
 
EIGEN_DEVICE_FUNC bfloat16 (float f)
 
template<class T >
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR bfloat16 (T val)
 
EIGEN_DEVICE_FUNC operator float () const
 
- Public Member Functions inherited from Eigen::bfloat16_impl::bfloat16_base
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR bfloat16_base ()
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR bfloat16_base (const __bfloat16_raw &h)
 
- Public Member Functions inherited from Eigen::bfloat16_impl::__bfloat16_raw
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR __bfloat16_raw ()
 
EIGEN_DEVICE_FUNC 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 58 of file BFloat16.h.

Member Typedef Documentation

◆ __bfloat16_raw

Definition at line 60 of file BFloat16.h.

Constructor & Destructor Documentation

◆ bfloat16() [1/6]

EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Eigen::bfloat16::bfloat16 ( )
inline

Definition at line 62 of file BFloat16.h.

◆ bfloat16() [2/6]

EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Eigen::bfloat16::bfloat16 ( const __bfloat16_raw h)
inline

Definition at line 64 of file BFloat16.h.

◆ bfloat16() [3/6]

EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Eigen::bfloat16::bfloat16 ( bool  b)
inlineexplicit

Definition at line 66 of file BFloat16.h.

◆ bfloat16() [4/6]

template<class T >
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Eigen::bfloat16::bfloat16 ( T  val)
inlineexplicit

Definition at line 70 of file BFloat16.h.

◆ bfloat16() [5/6]

EIGEN_DEVICE_FUNC Eigen::bfloat16::bfloat16 ( float  f)
inlineexplicit

Definition at line 73 of file BFloat16.h.

◆ bfloat16() [6/6]

template<typename RealScalar >
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Eigen::bfloat16::bfloat16 ( const std::complex< RealScalar > &  val)
inlineexplicit

Definition at line 79 of file BFloat16.h.

Member Function Documentation

◆ operator float()

EIGEN_DEVICE_FUNC Eigen::bfloat16::operator float ( ) const
inline

Definition at line 82 of file BFloat16.h.


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


gtsam
Author(s):
autogenerated on Wed May 15 2024 15:27:54