#include "main.h"
#include <Eigen/CXX11/Tensor>
◆ CALL_SUBTEST_PART
| #define CALL_SUBTEST_PART |
( |
|
PART | ) |
CALL_SUBTEST_##PART |
◆ CALL_SUBTESTS_TYPES_LAYOUTS
| #define CALL_SUBTESTS_TYPES_LAYOUTS |
( |
|
PART, |
|
|
|
NAME |
|
) |
| |
Value:
CALL_SUBTEST_PART(PART)((NAME<float, RowMajor>())); \
CALL_SUBTEST_PART(PART)((NAME<bool, ColMajor>())); \
CALL_SUBTEST_PART(PART)((NAME<bool, RowMajor>()))
#define CALL_SUBTEST_PART(PART)
Definition cxx11_tensor_morphing.cpp:542
◆ EIGEN_DECLARE_TEST()
| EIGEN_DECLARE_TEST |
( |
cxx11_tensor_morphing |
| ) |
|