#include "main.h"
#include <unsupported/Eigen/CXX11/Tensor>
Go to the source code of this file.
|
| EIGEN_DECLARE_TEST (cxx11_tensor_argmax_sycl) |
|
template<typename DataType , typename Device_Selector > |
void | sycl_argmax_test_per_device (const Device_Selector &d) |
|
template<typename DataType , int DataLayout, typename DenseIndex > |
static void | test_sycl_argmax_dim (const Eigen::SyclDevice &sycl_device) |
|
template<typename DataType , int DataLayout, typename DenseIndex > |
static void | test_sycl_argmin_dim (const Eigen::SyclDevice &sycl_device) |
|
template<typename DataType , int Layout, typename DenseIndex > |
static void | test_sycl_simple_argmax (const Eigen::SyclDevice &sycl_device) |
|
◆ EIGEN_DEFAULT_DENSE_INDEX_TYPE
#define EIGEN_DEFAULT_DENSE_INDEX_TYPE int64_t |
◆ EIGEN_HAS_CONSTEXPR
#define EIGEN_HAS_CONSTEXPR 1 |
◆ EIGEN_TEST_NO_COMPLEX
#define EIGEN_TEST_NO_COMPLEX |
◆ EIGEN_TEST_NO_LONGDOUBLE
#define EIGEN_TEST_NO_LONGDOUBLE |
◆ EIGEN_USE_SYCL
◆ EIGEN_DECLARE_TEST()
EIGEN_DECLARE_TEST |
( |
cxx11_tensor_argmax_sycl |
| ) |
|
◆ sycl_argmax_test_per_device()
template<typename DataType , typename Device_Selector >
void sycl_argmax_test_per_device |
( |
const Device_Selector & |
d | ) |
|
◆ test_sycl_argmax_dim()
template<typename DataType , int DataLayout, typename DenseIndex >
static void test_sycl_argmax_dim |
( |
const Eigen::SyclDevice & |
sycl_device | ) |
|
|
static |
◆ test_sycl_argmin_dim()
template<typename DataType , int DataLayout, typename DenseIndex >
static void test_sycl_argmin_dim |
( |
const Eigen::SyclDevice & |
sycl_device | ) |
|
|
static |
◆ test_sycl_simple_argmax()
template<typename DataType , int Layout, typename DenseIndex >
static void test_sycl_simple_argmax |
( |
const Eigen::SyclDevice & |
sycl_device | ) |
|
|
static |