Home
last modified time | relevance | path

Searched refs:strides_type (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/numeric/ublas/test/tensor/
Dtest_strides.cpp30 using strides_type = ublas::strides<value>; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
32 strides_type s0{}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
36 strides_type s1{extents_type{1,1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
40 strides_type s2{extents_type{1,2}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
44 strides_type s3{extents_type{2,1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
48 strides_type s4{extents_type{2,3}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
52 strides_type s5{extents_type{2,3,1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
56 strides_type s6{extents_type{1,2,3}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
60 strides_type s7{extents_type{4,2,3}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
72 using strides_type = ublas::strides<ublas::first_order>; in BOOST_AUTO_TEST_CASE() typedef
[all …]
Dtest_multiplication.cpp60 using strides_type = ublas::strides<layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
73 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
76 auto wb = strides_type (nb); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
86 auto wc = strides_type (nc); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
109 using strides_type = ublas::strides<layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
121 auto wa = strides_type (na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
124 auto wb = strides_type (nb); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
128 auto wc = strides_type (nc); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
151 using strides_type = ublas::strides<layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
161 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
[all …]
Dtest_algorithms.cpp222 using strides_type = ublas::strides<layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
240 auto wa = strides_type(n); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
252 auto wc = strides_type(extents_type(nc)); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
253 auto wc_pi = typename strides_type::base_type (p); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
269 auto wb = strides_type (extents_type(nb)); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
270 auto wb_pi = typename strides_type::base_type (p); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
/third_party/boost/boost/numeric/ublas/tensor/
Dtensor.hpp127 using strides_type = basic_strides<std::size_t,layout_type>; typedef in boost::numeric::ublas::tensor
265 strides_ = strides_type(extents_); in tensor()
284 strides_ = strides_type(extents_);
305 strides_ = strides_type(extents_); in tensor()
322 strides_ = strides_type(extents_);
460 strides_type const& strides () const { in strides()
615 this->strides_ = strides_type(this->extents_);
724 strides_type strides_;
Dfunctions.hpp126 using strides_type = typename tensor_type::strides_type; in prod() typedef
150 auto wb = strides_type (nb); in prod()