Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_padding.cpp17 static void test_simple_padding() in test_simple_padding() function
89 CALL_SUBTEST(test_simple_padding<ColMajor>()); in EIGEN_DECLARE_TEST()
90 CALL_SUBTEST(test_simple_padding<RowMajor>()); in EIGEN_DECLARE_TEST()
H A Dcxx11_tensor_padding_sycl.cpp33 static void test_simple_padding(const Eigen::SyclDevice& sycl_device) in test_simple_padding() function
146 test_simple_padding<DataType, RowMajor, int64_t>(sycl_device); in sycl_padding_test_per_device()
147 test_simple_padding<DataType, ColMajor, int64_t>(sycl_device); in sycl_padding_test_per_device()