Home
last modified time | relevance | path

Searched refs:test_evals (Results 1 – 4 of 4) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_convolution.cpp18 static void test_evals() in test_evals() function
142 CALL_SUBTEST(test_evals<ColMajor>()); in EIGEN_DECLARE_TEST()
143 CALL_SUBTEST(test_evals<RowMajor>()); in EIGEN_DECLARE_TEST()
Dcxx11_tensor_convolution_sycl.cpp219 static void test_evals(const Eigen::SyclDevice& sycl_device) in test_evals() function
455 test_evals<float, ColMajor, int64_t>(sycl_device); in tensorConvolutionPerDevice()
456 test_evals<float, RowMajor, int64_t>(sycl_device); in tensorConvolutionPerDevice()
Dcxx11_tensor_contraction.cpp20 static void test_evals() in test_evals() function
565 CALL_SUBTEST_1(test_evals<ColMajor>()); in EIGEN_DECLARE_TEST()
566 CALL_SUBTEST_1(test_evals<RowMajor>()); in EIGEN_DECLARE_TEST()
/external/python/pybind11/tests/
Dtest_eval.py11 def test_evals(capture): function