Go to the source code of this file.
Namespaces | |
Eigen | |
: TensorContractionSycl.h, provides various tensor contraction kernel for SYCL backend | |
Eigen::internal | |
Functions | |
template<typename T > | |
EIGEN_ALWAYS_INLINE std::enable_if_t< sizeof(T)==4, int > | Eigen::internal::count_leading_zeros (const T val) |
template<typename T > | |
EIGEN_ALWAYS_INLINE std::enable_if_t< sizeof(T)==8, int > | Eigen::internal::count_leading_zeros (const T val) |
template<typename T > | |
EIGEN_ALWAYS_INLINE uint32_t | Eigen::internal::muluh (const uint32_t a, const T b) |
template<typename T > | |
EIGEN_ALWAYS_INLINE uint64_t | Eigen::internal::muluh (const uint64_t a, const T b) |
template<typename T , bool div_gt_one> | |
T | Eigen::internal::operator/ (const T &numerator, const TensorIntDivisor< T, div_gt_one > &divisor) |