Path Tracer
Public Types | Public Member Functions | List of all members
Eigen::bfloat16 Struct Reference
Inheritance diagram for Eigen::bfloat16:
Eigen::bfloat16_impl::bfloat16_base Eigen::bfloat16_impl::__bfloat16_raw

Public Types

typedef bfloat16_impl::__bfloat16_raw __bfloat16_raw
 

Public Member Functions

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

Additional Inherited Members

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

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