Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_contraction.cpp385 static void test_matrix_vector() in test_matrix_vector() function
535 CALL_SUBTEST(test_matrix_vector<ColMajor>()); in test_cxx11_tensor_contraction()
536 CALL_SUBTEST(test_matrix_vector<RowMajor>()); in test_cxx11_tensor_contraction()
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dops_test.py559 def test_matrix_vector(self): member in MatMulTest