Home
last modified time | relevance | path

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

/external/eigen/test/
Dsparse_vector.cpp12 template<typename Scalar,typename StorageIndex> void sparse_vector(int rows, int cols) in sparse_vector() function
148 EIGEN_DECLARE_TEST(sparse_vector) in EIGEN_DECLARE_TEST() argument
157 CALL_SUBTEST_1(( sparse_vector<double,int>(8, 8) )); in EIGEN_DECLARE_TEST()
158 CALL_SUBTEST_2(( sparse_vector<std::complex<double>, int>(r, c) )); in EIGEN_DECLARE_TEST()
159 CALL_SUBTEST_1(( sparse_vector<double,long int>(r, c) )); in EIGEN_DECLARE_TEST()
160 CALL_SUBTEST_1(( sparse_vector<double,short>(r, c) )); in EIGEN_DECLARE_TEST()
DCMakeLists.txt253 ei_add_test(sparse_vector)
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dboosted_trees.proto34 SparseVector sparse_vector = 2; field
/external/tensorflow/third_party/eigen3/
DLICENSE78 ./test/sparse_vector.cpp