#include "main.h"
#include <limits>
#include <numeric>
#include <Eigen/CXX11/Tensor>
Go to the source code of this file.
void test_cxx11_tensor_reduction |
( |
| ) |
|
template<int DataLayout>
static void test_full_reductions |
( |
| ) |
|
|
static |
template<int DataLayout>
static void test_innermost_first_dims |
( |
| ) |
|
|
static |
template<int DataLayout>
static void test_innermost_last_dims |
( |
| ) |
|
|
static |
template<int DataLayout>
static void test_reduce_middle_dims |
( |
| ) |
|
|
static |
template<int DataLayout>
static void test_reductions_in_expr |
( |
| ) |
|
|
static |
template<int DataLayout>
static void test_simple_reductions |
( |
| ) |
|
|
static |
template<int DataLayout>
static void test_static_dims |
( |
| ) |
|
|
static |
template<int DataLayout>
static void test_tensor_maps |
( |
| ) |
|
|
static |
template<int DataLayout>
static void test_trivial_reductions |
( |
| ) |
|
|
static |
template<int DataLayout>
static void test_user_defined_reductions |
( |
| ) |
|
|
static |