Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_morphing_sycl.cpp90 static void test_reshape_as_lvalue(const Eigen::SyclDevice& sycl_device) in test_reshape_as_lvalue() function
373 test_reshape_as_lvalue<DataType, RowMajor, int64_t>(sycl_device); in sycl_morphing_test_per_device()
374 test_reshape_as_lvalue<DataType, ColMajor, int64_t>(sycl_device); in sycl_morphing_test_per_device()
Dcxx11_tensor_morphing.cpp92 static void test_reshape_as_lvalue() in test_reshape_as_lvalue() function
555 CALL_SUBTEST_1(test_reshape_as_lvalue<void>()); in EIGEN_DECLARE_TEST()