Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_concatenation.cpp63 static void test_simple_concatenation() in test_simple_concatenation() function
138 CALL_SUBTEST(test_simple_concatenation<ColMajor>()); in EIGEN_DECLARE_TEST()
139 CALL_SUBTEST(test_simple_concatenation<RowMajor>()); in EIGEN_DECLARE_TEST()
H A Dcxx11_tensor_concatenation_sycl.cpp26 static void test_simple_concatenation(const Eigen::SyclDevice& sycl_device) in test_simple_concatenation() function
172 test_simple_concatenation<DataType, RowMajor, int64_t>(sycl_device); in tensorConcat_perDevice()
173 test_simple_concatenation<DataType, ColMajor, int64_t>(sycl_device); in tensorConcat_perDevice()