Home
last modified time | relevance | path

Searched refs:inner_strides_type (Results 1 – 22 of 22) sorted by relevance

/dports/math/xtensor/xtensor-0.24.0/include/xtensor/
H A Dxcontainer.hpp97 using inner_strides_type = typename inner_types::inner_strides_type; typedef in xt::xcontainer
123 XTENSOR_CONSTEXPR_RETURN const inner_strides_type& strides() const noexcept;
239 inner_strides_type& mutable_strides();
277 using inner_strides_type = typename base_type::inner_strides_type; typedef in xt::xstrided_container
307 explicit xstrided_container(inner_shape_type&&, inner_strides_type&&) noexcept;
313 inner_strides_type& strides_impl() noexcept;
314 const inner_strides_type& strides_impl() const noexcept;
329 inner_strides_type m_strides;
352 inline auto xcontainer<D>::mutable_strides() -> inner_strides_type& in mutable_strides()
858 inline auto xstrided_container<D>::strides_impl() noexcept -> inner_strides_type& in strides_impl()
[all …]
H A Dxfixed.hpp252 using inner_strides_type = strides_type; typedef
253 using backstrides_type = inner_strides_type;
313 using inner_strides_type = typename base_type::inner_strides_type; typedef in xt::xfixed_container
367 …XTENSOR_CONSTEXPR_ENHANCED_STATIC inner_strides_type m_strides = get_strides<L, inner_strides_type
374 XTENSOR_CONSTEXPR_RETURN const inner_strides_type& strides_impl() const noexcept;
410 using inner_strides_type = strides_type; typedef
454 using inner_strides_type = typename base_type::inner_strides_type; typedef in xt::xfixed_adaptor
500 …XTENSOR_CONSTEXPR_ENHANCED_STATIC inner_strides_type m_strides = get_strides<L, inner_strides_type
507 XTENSOR_CONSTEXPR_RETURN const inner_strides_type& strides_impl() const noexcept;
730 using str_type = typename inner_strides_type::value_type; in is_contiguous()
[all …]
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
114 …t xarray_container(storage_type&& storage, inner_shape_type&& shape, inner_strides_type&& strides);
185 using inner_strides_type = strides_type; typedef
358 …>::xarray_container(storage_type&& storage, inner_shape_type&& shape, inner_strides_type&& strides) in xarray_container()
445 inner_strides_type(rhs.strides().cbegin(), rhs.strides().cend()), in xarray_container()
H A Dxcsv.hpp126 using inner_strides_type = typename tensor_type::inner_strides_type; in load_csv() typedef
155inner_strides_type strides; // no need for initializer list for stack-allocated strides_type in load_csv()
H A Dxstrided_view_base.hpp35 using inner_strides_type = get_strides_t<shape_type>; typedef in xt::detail::flat_expression_adaptor
36 using index_type = inner_strides_type;
72 inner_strides_type m_strides;
123 using inner_strides_type = strides_type; typedef in xt::xstrided_view_base
142 const inner_strides_type& strides() const noexcept;
209 inner_strides_type m_strides;
386 inline auto xstrided_view_base<D>::strides() const noexcept -> const inner_strides_type& in strides()
696 : m_e(e), m_strides(xtl::forward_sequence<inner_strides_type, FST>(strides)) in flat_expression_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
116 … xtensor_container(storage_type&& storage, inner_shape_type&& shape, inner_strides_type&& strides);
180 using inner_strides_type = strides_type; typedef
293 using inner_strides_type = strides_type; typedef
491 …::xtensor_container(storage_type&& storage, inner_shape_type&& shape, inner_strides_type&& strides) in xtensor_container()
500 … xtl::forward_sequence<inner_strides_type, decltype(rhs.strides())>(rhs.strides()), in xtensor_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
167 const inner_strides_type& strides() const noexcept = delete;
244 inner_strides_type m_adj_strides;
542 inner_strides_type str(base_type::strides()); in build_view()
544 inner_strides_type adj_str(m_adj_strides); in build_view()
H A Dxexpression.hpp452 using type = typename E::inner_strides_type;
524 using inner_strides_type = xtl::mpl::eval_if_t<has_strides<E>, typedef in xt::xshared_expression
590 std::enable_if_t<has_strides<T>::value, const inner_strides_type&> in XTENSOR_FORWARD_CONST_METHOD()
597 std::enable_if_t<has_strides<T>::value, const inner_strides_type&>
H A Dxmasked_view.hpp128 using inner_strides_type = typename data_type::inner_strides_type; typedef in xt::xmasked_view
167 const inner_strides_type& strides() const noexcept;
348 inline auto xmasked_view<CTD, CTM>::strides() const noexcept -> const inner_strides_type& in strides()
H A Dxadapt.hpp117 … xtl::forward_sequence<typename return_type::inner_strides_type, SS>(strides)); in adapt()
168 … xtl::forward_sequence<typename return_type::inner_strides_type, SS>(strides)); in adapt()
276 … xtl::forward_sequence<typename return_type::inner_strides_type, SS>(strides)); in adapt()
351 … xtl::forward_sequence<typename return_type::inner_strides_type, SS>(strides)); in adapt()
H A Dxstrided_view.hpp93 using inner_strides_type = get_strides_t<inner_shape_type>; typedef
94 using inner_backstrides_type_type = inner_strides_type;
163 using inner_strides_type = typename base_type::inner_strides_type; typedef in xt::xstrided_view
636 inner_strides_type str(this->strides()); in build_view()
H A Dxoptional_assembly_base.hpp74 using inner_strides_type = typename raw_value_expression::inner_strides_type; typedef in xt::xoptional_assembly_base
122 const inner_strides_type& strides() const noexcept;
369 inline auto xoptional_assembly_base<D>::strides() const noexcept -> const inner_strides_type& in strides()
H A Dxview.hpp403 using inner_strides_type = std::conditional_t<has_trivial_strides, typedef in xt::xview
571 std::enable_if_t<has_data_interface<T>::value && is_strided_view, const inner_strides_type&>
575 std::enable_if_t<has_data_interface<T>::value && is_strided_view, const inner_strides_type&>
672 mutable inner_strides_type m_strides;
1266 std::enable_if_t<has_data_interface<T>::value && is_strided_view, const inner_strides_type&> in strides()
1279 std::enable_if_t<has_data_interface<T>::value && is_strided_view, const inner_strides_type&> in backstrides()
1537 m_strides = xtl::make_sequence<inner_strides_type>(this->dimension(), 0); in compute_strides()
1538 m_backstrides = xtl::make_sequence<inner_strides_type>(this->dimension(), 0); in compute_strides()
H A Dxfunctor_view.hpp100 using inner_strides_type = xtl::mpl::eval_if_t<has_strides<xexpression_type>, typedef in xt::xfunctor_applier_base
152 const inner_strides_type& strides() const noexcept;
696 inline auto xfunctor_applier_base<D>::strides() const noexcept -> const inner_strides_type& in strides()
/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
233 inner_strides_type m_strides;
242 inner_strides_type& strides_impl() noexcept;
243 const inner_strides_type& strides_impl() const noexcept;
519 inline auto pytensor<T, N, L>::strides_impl() noexcept -> inner_strides_type& in strides_impl()
525 inline auto pytensor<T, N, L>::strides_impl() const noexcept -> const inner_strides_type& in strides_impl()
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
214 inner_strides_type m_strides;
222 const inner_strides_type& strides_impl() const noexcept;
521 …m_strides = inner_strides_type(reinterpret_cast<difference_type*>(PyArray_STRIDES(this->python_arr… in init_from_python()
541 inline auto pyarray<T, L>::strides_impl() const noexcept -> const inner_strides_type& in strides_impl()
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
/dports/math/xtensor/xtensor-0.24.0/docs/source/
H A Dexternal-structures.rst83 using inner_strides_type = inner_shape_type;
221 inner_strides_type& strides_impl();
222 const inner_strides_type& strides_impl() const;
316 using strides_type = inner_strides_type;
H A Dchangelog.rst1331 - ``inner_strides_type`` imported in ``xstrided_view``
/dports/math/xtensor/xtensor-0.24.0/docs/source/developer/
H A Dconcepts.rst233 const inner_strides_type& strides() const noexcept;
271 ``inner_strides_type``, and ``backstrides_type`` and ``inner_backstrides_type``. The distinction
H A Dimplementation_classes.rst287 inner_strides_type;