Searched refs:test_simple_reverse (Results 1 – 2 of 2) sorted by relevance
19 static void test_simple_reverse() in test_simple_reverse() function184 CALL_SUBTEST(test_simple_reverse<ColMajor>()); in EIGEN_DECLARE_TEST()185 CALL_SUBTEST(test_simple_reverse<RowMajor>()); in EIGEN_DECLARE_TEST()
24 static void test_simple_reverse(const Eigen::SyclDevice& sycl_device) { in test_simple_reverse() function234 test_simple_reverse<DataType, RowMajor, int64_t>(sycl_device); in sycl_reverse_test_per_device()235 test_simple_reverse<DataType, ColMajor, int64_t>(sycl_device); in sycl_reverse_test_per_device()