Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_morphing_sycl.cpp138 static void test_simple_slice(const Eigen::SyclDevice &sycl_device) in test_simple_slice() function
369 test_simple_slice<DataType, RowMajor, int64_t>(sycl_device); in sycl_morphing_test_per_device()
370 test_simple_slice<DataType, ColMajor, int64_t>(sycl_device); in sycl_morphing_test_per_device()
H A Dcxx11_tensor_morphing.cpp116 static void test_simple_slice() in test_simple_slice() function
559 CALL_SUBTESTS_TYPES_LAYOUTS(2, test_simple_slice); in EIGEN_DECLARE_TEST()