chunked_array¶
Defined in xtensor/xchunked_array.hpp
Warning
doxygenfunction: Unable to resolve multiple matches for function “xt::chunked_array” with arguments (()) in doxygen xml output for project “xtensor” from directory: ../xml. Potential matches:
- template<class T, layout_type L = ::xt::layout_type::row_major, class EXT = empty_extension, class S> xchunked_array<xarray<xarray<T>>, EXT> chunked_array(S &&shape, S &&chunk_shape, layout_type chunk_memory_layout = ::xt::layout_type::row_major)
- template<class T, layout_type L = ::xt::layout_type::row_major, class EXT = empty_extension, class S> xchunked_array<xarray<xarray<T>>, EXT> chunked_array(std::initializer_list<S> shape, std::initializer_list<S> chunk_shape, layout_type chunk_memory_layout = ::xt::layout_type::row_major)
- template<layout_type L = ::xt::layout_type::row_major, class EXT = empty_extension, class E, class S> xchunked_array<xarray<xarray<typename E::value_type>>, EXT> chunked_array(const xexpression<E> &e, S &&chunk_shape, layout_type chunk_memory_layout = ::xt::layout_type::row_major)
- template<layout_type L = ::xt::layout_type::row_major, class EXT = empty_extension, class E> xchunked_array<xarray<xarray<typename E::value_type>>, EXT> chunked_array(const xexpression<E> &e, layout_type chunk_memory_layout = ::xt::layout_type::row_major)