◆ is_integer_impl()
template<typename Exponent >
static bool pow_helper< Exponent, true >::is_integer_impl |
( |
const Exponent & |
| ) |
|
|
inlinestatic |
◆ is_odd_impl()
template<typename Exponent >
static bool pow_helper< Exponent, true >::is_odd_impl |
( |
const Exponent & |
exp | ) |
|
|
inlinestatic |
245 {
return exp % 2 != 0; }
EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC bfloat16 exp(const bfloat16 &a)
Definition: BFloat16.h:615
References Eigen::bfloat16_impl::exp().
The documentation for this struct was generated from the following file: