Searched refs:test_simple_concatenation (Results 1 – 2 of 2) sorted by relevance
63 static void test_simple_concatenation() in test_simple_concatenation() function138 CALL_SUBTEST(test_simple_concatenation<ColMajor>()); in EIGEN_DECLARE_TEST()139 CALL_SUBTEST(test_simple_concatenation<RowMajor>()); in EIGEN_DECLARE_TEST()
26 static void test_simple_concatenation(const Eigen::SyclDevice& sycl_device) in test_simple_concatenation() function172 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()