Go to the source code of this file.
|
template<typename Kernel , typename... Args, size_t... Indices, size_t... OutputIndices> |
EIGEN_DEVICE_FUNC void | Eigen::internal::run_serialized (std::index_sequence< Indices... >, std::index_sequence< OutputIndices... >, Kernel kernel, uint8_t *buffer, size_t capacity) |
|
template<typename Kernel , typename... Args> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | Eigen::internal::run_serialized (Kernel kernel, uint8_t *buffer, size_t capacity) |
|
template<typename Kernel , typename... Args> |
auto | Eigen::run_on_cpu (Kernel kernel, Args &&... args) -> decltype(kernel(args...)) |
|
template<typename Kernel , typename... Args> |
auto | Eigen::run (Kernel kernel, Args &&... args) -> decltype(kernel(args...)) |
|
template<typename Kernel , typename... Args> |
auto | Eigen::run_with_hint (size_t buffer_capacity_hint, Kernel kernel, Args &&... args) -> decltype(kernel(args...)) |
|
◆ EIGEN_USE_CUSTOM_TUPLE
#define EIGEN_USE_CUSTOM_TUPLE 0 |