Home
last modified time | relevance | path

Searched refs:test_expr_reverse (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_reverse.cpp97 static void test_expr_reverse(bool LValue) in test_expr_reverse() function
186 CALL_SUBTEST(test_expr_reverse<ColMajor>(true)); in EIGEN_DECLARE_TEST()
187 CALL_SUBTEST(test_expr_reverse<RowMajor>(true)); in EIGEN_DECLARE_TEST()
188 CALL_SUBTEST(test_expr_reverse<ColMajor>(false)); in EIGEN_DECLARE_TEST()
189 CALL_SUBTEST(test_expr_reverse<RowMajor>(false)); in EIGEN_DECLARE_TEST()
H A Dcxx11_tensor_reverse_sycl.cpp114 static void test_expr_reverse(const Eigen::SyclDevice& sycl_device, in test_expr_reverse() function
236 test_expr_reverse<DataType, RowMajor, int64_t>(sycl_device, false); in sycl_reverse_test_per_device()
237 test_expr_reverse<DataType, ColMajor, int64_t>(sycl_device, false); in sycl_reverse_test_per_device()
238 test_expr_reverse<DataType, RowMajor, int64_t>(sycl_device, true); in sycl_reverse_test_per_device()
239 test_expr_reverse<DataType, ColMajor, int64_t>(sycl_device, true); in sycl_reverse_test_per_device()