Home
last modified time | relevance | path

Searched defs:inner_strides_type (Results 1 – 17 of 17) sorted by relevance

/dports/math/xtensor/xtensor-0.24.0/include/xtensor/
H A Dxarray.hpp56 using inner_strides_type = strides_type; typedef
103 using inner_strides_type = typename base_type::inner_strides_type; typedef in xt::xarray_container
185 using inner_strides_type = strides_type; typedef
H A Dxfixed.hpp252 using inner_strides_type = strides_type; typedef
313 using inner_strides_type = typename base_type::inner_strides_type; typedef in xt::xfixed_container
410 using inner_strides_type = strides_type; typedef
454 using inner_strides_type = typename base_type::inner_strides_type; typedef in xt::xfixed_adaptor
H A Dxtensor.hpp56 using inner_strides_type = strides_type; typedef
105 using inner_strides_type = typename base_type::inner_strides_type; typedef in xt::xtensor_container
180 using inner_strides_type = strides_type; typedef
293 using inner_strides_type = strides_type; typedef
H A Dxcsv.hpp126 using inner_strides_type = typename tensor_type::inner_strides_type; in load_csv() typedef
H A Dxstrided_view.hpp93 using inner_strides_type = get_strides_t<inner_shape_type>; typedef
163 using inner_strides_type = typename base_type::inner_strides_type; typedef in xt::xstrided_view
H A Dxstrided_view_base.hpp35 using inner_strides_type = get_strides_t<shape_type>; typedef in xt::detail::flat_expression_adaptor
123 using inner_strides_type = strides_type; typedef in xt::xstrided_view_base
H A Dxcontainer.hpp97 using inner_strides_type = typename inner_types::inner_strides_type; typedef in xt::xcontainer
277 using inner_strides_type = typename base_type::inner_strides_type; typedef in xt::xstrided_container
H A Dxdynamic_view.hpp47 using inner_strides_type = inner_shape_type; typedef
125 using inner_strides_type = typename base_type::inner_strides_type; typedef in xt::xdynamic_view
H A Dxmasked_view.hpp128 using inner_strides_type = typename data_type::inner_strides_type; typedef in xt::xmasked_view
H A Dxexpression.hpp524 using inner_strides_type = xtl::mpl::eval_if_t<has_strides<E>, typedef in xt::xshared_expression
H A Dxoptional_assembly_base.hpp74 using inner_strides_type = typename raw_value_expression::inner_strides_type; typedef in xt::xoptional_assembly_base
H A Dxfunctor_view.hpp100 using inner_strides_type = xtl::mpl::eval_if_t<has_strides<xexpression_type>, typedef in xt::xfunctor_applier_base
H A Dxview.hpp403 using inner_strides_type = std::conditional_t<has_trivial_strides, typedef in xt::xview
/dports/math/xtensor-python/xtensor-python-0.26.0/include/xtensor-python/
H A Dpytensor.hpp141 using inner_strides_type = strides_type; typedef
180 using inner_strides_type = typename base_type::inner_strides_type; typedef in xt::pytensor
H A Dpyarray.hpp117 using inner_strides_type = pystrides_adaptor<sizeof(T)>; typedef
155 using inner_strides_type = typename base_type::inner_strides_type; typedef in xt::pyarray
H A Dpycontainer.hpp77 using inner_strides_type = typename inner_types::inner_strides_type; typedef in xt::pycontainer
/dports/math/xtensor/xtensor-0.24.0/test/
H A Dtest_xexpression.cpp106 using inner_strides_type = typename expr_type::inner_strides_type; in TEST() typedef