TR-mbed 1.0
Loading...
Searching...
No Matches
Macros | Functions
cxx11_tensor_morphing.cpp File Reference
#include "main.h"
#include <Eigen/CXX11/Tensor>

Macros

#define CALL_SUBTEST_PART(PART)    CALL_SUBTEST_##PART
 
#define CALL_SUBTESTS_TYPES_LAYOUTS(PART, NAME)
 

Functions

 EIGEN_DECLARE_TEST (cxx11_tensor_morphing)
 

Macro Definition Documentation

◆ 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, ColMajor>())); \
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

Function Documentation

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( cxx11_tensor_morphing  )