Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_reverse.cpp19 static void test_simple_reverse() in test_simple_reverse() function
184 CALL_SUBTEST(test_simple_reverse<ColMajor>()); in EIGEN_DECLARE_TEST()
185 CALL_SUBTEST(test_simple_reverse<RowMajor>()); in EIGEN_DECLARE_TEST()
H A Dcxx11_tensor_reverse_sycl.cpp24 static void test_simple_reverse(const Eigen::SyclDevice& sycl_device) { in test_simple_reverse() function
234 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()