Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_convolution.cpp18 static void test_evals() in test_evals() function
141 CALL_SUBTEST(test_evals<ColMajor>()); in test_cxx11_tensor_convolution()
142 CALL_SUBTEST(test_evals<RowMajor>()); in test_cxx11_tensor_convolution()
Dcxx11_tensor_contraction.cpp20 static void test_evals() in test_evals() function
515 CALL_SUBTEST(test_evals<ColMajor>()); in test_cxx11_tensor_contraction()
516 CALL_SUBTEST(test_evals<RowMajor>()); in test_cxx11_tensor_contraction()
/external/python/pybind11/tests/
Dtest_eval.py11 def test_evals(capture): function