Eigen::half_impl::__half_raw Struct Reference

#include <Half.h>

+ Inheritance diagram for Eigen::half_impl::__half_raw:

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR __half_raw ()
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR __half_raw (numext::uint16_t raw)
 

Public Attributes

numext::uint16_t x
 

Constructor & Destructor Documentation

◆ __half_raw() [1/2]

EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Eigen::half_impl::__half_raw::__half_raw ( )
inline
94 : x(0) {}
numext::uint16_t x
Definition: Half.h:101

◆ __half_raw() [2/2]

EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Eigen::half_impl::__half_raw::__half_raw ( numext::uint16_t  raw)
inlineexplicit
100 : x(raw) {}

Member Data Documentation

◆ x


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