BFloat16.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::bfloat16_impl::__bfloat16_raw
 
struct  Eigen::bfloat16
 
struct  Eigen::bfloat16_impl::bfloat16_base
 
class  std::numeric_limits< const Eigen::bfloat16 >
 
class  std::numeric_limits< const volatile Eigen::bfloat16 >
 
class  std::numeric_limits< Eigen::bfloat16 >
 
class  std::numeric_limits< volatile Eigen::bfloat16 >
 
struct  Eigen::bfloat16_impl::numeric_limits_bfloat16_impl< typename >
 
struct  Eigen::NumTraits< Eigen::bfloat16 >
 

Namespaces

 Eigen
 : InteropHeaders
 
 Eigen::bfloat16_impl
 
 Eigen::internal
 
 Eigen::numext
 
 std
 

Macros

#define BF16_PACKET_FUNCTION(PACKET_F, PACKET_BF16, METHOD)
 

Functions

bfloat16 Eigen::bfloat16_impl::abs (const bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::acos (const bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::acosh (const bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::asin (const bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::asinh (const bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::atan (const bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::atan2 (const bfloat16 &a, const bfloat16 &b)
 
bfloat16 Eigen::bfloat16_impl::atanh (const bfloat16 &a)
 
float Eigen::bfloat16_impl::bfloat16_to_float (__bfloat16_raw h)
 
template<>
Eigen::bfloat16 Eigen::numext::bit_cast< Eigen::bfloat16, uint16_t > (const uint16_t &src)
 
template<>
uint16_t Eigen::numext::bit_cast< uint16_t, Eigen::bfloat16 > (const Eigen::bfloat16 &src)
 
bfloat16 Eigen::bfloat16_impl::ceil (const bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::cos (const bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::cosh (const bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::exp (const bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::expm1 (const bfloat16 &a)
 
template<bool AssumeArgumentIsNormalOrInfinityOrZero>
__bfloat16_raw Eigen::bfloat16_impl::float_to_bfloat16_rtne (float ff)
 
template<>
__bfloat16_raw Eigen::bfloat16_impl::float_to_bfloat16_rtne< false > (float ff)
 
template<>
__bfloat16_raw Eigen::bfloat16_impl::float_to_bfloat16_rtne< true > (float ff)
 
bfloat16 Eigen::bfloat16_impl::floor (const bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::fmax (const bfloat16 &a, const bfloat16 &b)
 
bfloat16 Eigen::bfloat16_impl::fmin (const bfloat16 &a, const bfloat16 &b)
 
bfloat16 Eigen::bfloat16_impl::fmod (const bfloat16 &a, const bfloat16 &b)
 
bool() Eigen::bfloat16_impl::isfinite (const bfloat16 &a)
 
template<>
EIGEN_ALWAYS_INLINE bool() Eigen::numext::isfinite (const Eigen::bfloat16 &h)
 
bool() Eigen::bfloat16_impl::isinf (const bfloat16 &a)
 
template<>
EIGEN_ALWAYS_INLINE bool() Eigen::numext::isinf (const Eigen::bfloat16 &h)
 
bool() Eigen::bfloat16_impl::isnan (const bfloat16 &a)
 
template<>
EIGEN_ALWAYS_INLINE bool() Eigen::numext::isnan (const Eigen::bfloat16 &h)
 
bfloat16 Eigen::bfloat16_impl::log (const bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::log10 (const bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::log1p (const bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::log2 (const bfloat16 &a)
 
bfloat16() Eigen::bfloat16_impl::max (const bfloat16 &a, const bfloat16 &b)
 
bfloat16() Eigen::bfloat16_impl::min (const bfloat16 &a, const bfloat16 &b)
 
bool Eigen::bfloat16_impl::operator!= (const bfloat16 &a, const bfloat16 &b)
 
bfloat16 Eigen::bfloat16_impl::operator* (const bfloat16 &a, const bfloat16 &b)
 
bfloat16 & Eigen::bfloat16_impl::operator*= (bfloat16 &a, const bfloat16 &b)
 
bfloat16 Eigen::bfloat16_impl::operator+ (const bfloat16 &a, const bfloat16 &b)
 
bfloat16 Eigen::bfloat16_impl::operator+ (const bfloat16 &a, const int &b)
 
bfloat16 Eigen::bfloat16_impl::operator+ (const int &a, const bfloat16 &b)
 
bfloat16 Eigen::bfloat16_impl::operator++ (bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::operator++ (bfloat16 &a, int)
 
bfloat16 & Eigen::bfloat16_impl::operator+= (bfloat16 &a, const bfloat16 &b)
 
bfloat16 Eigen::bfloat16_impl::operator- (const bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::operator- (const bfloat16 &a, const bfloat16 &b)
 
bfloat16 Eigen::bfloat16_impl::operator-- (bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::operator-- (bfloat16 &a, int)
 
bfloat16 & Eigen::bfloat16_impl::operator-= (bfloat16 &a, const bfloat16 &b)
 
bfloat16 Eigen::bfloat16_impl::operator/ (const bfloat16 &a, const bfloat16 &b)
 
bfloat16 Eigen::bfloat16_impl::operator/ (const bfloat16 &a, Index b)
 
bfloat16 & Eigen::bfloat16_impl::operator/= (bfloat16 &a, const bfloat16 &b)
 
bool Eigen::bfloat16_impl::operator< (const bfloat16 &a, const bfloat16 &b)
 
EIGEN_ALWAYS_INLINE std::ostream & Eigen::bfloat16_impl::operator<< (std::ostream &os, const bfloat16 &v)
 
bool Eigen::bfloat16_impl::operator<= (const bfloat16 &a, const bfloat16 &b)
 
bool Eigen::bfloat16_impl::operator== (const bfloat16 &a, const bfloat16 &b)
 
bool Eigen::bfloat16_impl::operator> (const bfloat16 &a, const bfloat16 &b)
 
bool Eigen::bfloat16_impl::operator>= (const bfloat16 &a, const bfloat16 &b)
 
bfloat16 Eigen::bfloat16_impl::pow (const bfloat16 &a, const bfloat16 &b)
 
EIGEN_CONSTEXPR numext::uint16_t Eigen::bfloat16_impl::raw_bfloat16_as_uint16 (const __bfloat16_raw &bf)
 
EIGEN_CONSTEXPR __bfloat16_raw Eigen::bfloat16_impl::raw_uint16_to_bfloat16 (numext::uint16_t value)
 
EIGEN_CONSTEXPR __bfloat16_raw Eigen::bfloat16_impl::raw_uint16_to_bfloat16 (unsigned short value)
 
bfloat16 Eigen::bfloat16_impl::rint (const bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::round (const bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::sin (const bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::sinh (const bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::sqrt (const bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::tan (const bfloat16 &a)
 
bfloat16 Eigen::bfloat16_impl::tanh (const bfloat16 &a)
 
__bfloat16_raw Eigen::bfloat16_impl::truncate_to_bfloat16 (const float v)
 

Macro Definition Documentation

◆ BF16_PACKET_FUNCTION

#define BF16_PACKET_FUNCTION (   PACKET_F,
  PACKET_BF16,
  METHOD 
)

Definition at line 33 of file BFloat16.h.