Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_striding.cpp70 static void test_striding_as_lvalue() in test_striding_as_lvalue() function
117 CALL_SUBTEST(test_striding_as_lvalue<ColMajor>()); in EIGEN_DECLARE_TEST()
118 CALL_SUBTEST(test_striding_as_lvalue<RowMajor>()); in EIGEN_DECLARE_TEST()
Dcxx11_tensor_striding_sycl.cpp116 static void test_striding_as_lvalue(const Eigen::SyclDevice& sycl_device) in test_striding_as_lvalue() function
195 test_striding_as_lvalue<float, ColMajor, int64_t>(sycl_device); in tensorStridingPerDevice()
196 test_striding_as_lvalue<float, RowMajor, int64_t>(sycl_device); in tensorStridingPerDevice()