#include "main.h"#include <limits>#include <numeric>#include <Eigen/CXX11/Tensor>
Go to the source code of this file.
Functions | |
| template<int DataLayout, typename Type = float, bool Exclusive = false> | |
| static void | test_1d_scan () |
| template<int DataLayout, typename Type = float> | |
| static void | test_4d_scan () |
| void | test_cxx11_tensor_scan () |
| template<int DataLayout> | |
| static void | test_tensor_maps () |
|
static |
Definition at line 18 of file cxx11_tensor_scan.cpp.
|
static |
Definition at line 52 of file cxx11_tensor_scan.cpp.
| void test_cxx11_tensor_scan | ( | ) |
Definition at line 101 of file cxx11_tensor_scan.cpp.
|
static |
Definition at line 87 of file cxx11_tensor_scan.cpp.