Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::half_impl::half_base Struct Reference

#include <src/eigen/Eigen/src/Core/arch/CUDA/Half.h>

+ Inheritance diagram for Eigen::half_impl::half_base:
+ Collaboration diagram for Eigen::half_impl::half_base:

Public Member Functions

EIGEN_DEVICE_FUNC half_base ()
 
EIGEN_DEVICE_FUNC half_base (const half_base &h)
 
EIGEN_DEVICE_FUNC half_base (const __half_raw &h)
 

Public Attributes

unsigned short x
 

Detailed Description

Constructor & Destructor Documentation

◆ half_base() [1/3]

EIGEN_DEVICE_FUNC Eigen::half_impl::half_base::half_base ( )
inline
69{}

◆ half_base() [2/3]

EIGEN_DEVICE_FUNC Eigen::half_impl::half_base::half_base ( const half_base h)
inline
70: __half_raw(h) {}
EIGEN_DEVICE_FUNC __half_raw()
Definition Half.h:55

◆ half_base() [3/3]

EIGEN_DEVICE_FUNC Eigen::half_impl::half_base::half_base ( const __half_raw h)
inline
71: __half_raw(h) {}

Member Data Documentation

◆ x


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