AI Engine API User Guide (AIE) 2022.2
aie::detail::span_extents< true, extents< Extents... > > Struct Template Reference

#include <mdspan.hpp>

Inheritance diagram for aie::detail::span_extents< true, extents< Extents... > >:
aie::detail::span_extents_common< extents< Extents... > >

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()
 

The documentation for this struct was generated from the following file: