![]() |
AI Engine API User Guide (AIE) 2021.2
|
#include <mdspan.hpp>
Public Types | |
| using | index_type = typename parent::index_type |
| using | parent = span_extents_common< extents< Extents... > > |
Public Member Functions | |
| constexpr size_t | extent (size_t index) const |
Static Public Member Functions | |
| static constexpr std::array< index_type, parent::rank() - 1 > | compute_offsets () |
| static constexpr size_t | elems_static () |
| static constexpr bool | is_static () |
| static constexpr size_t | rank () |
| static constexpr size_t | rank_dynamic () |
| static constexpr size_t | rank_static () |
Static Public Attributes | |
| static constexpr std::array< index_type, parent::rank() - 1 > | offsets_ = compute_offsets() |