atlas
|
Public Member Functions | |
ArrayShape (Base &&base) | |
ArrayShape (std::initializer_list< idx_t > list) | |
template<typename idx_t > | |
ArrayShape (idx_t data[], size_t size) | |
template<typename idx_t , std::size_t N> | |
ArrayShape (const std::array< idx_t, N > &list) | |
template<typename idx_t > | |
ArrayShape (const std::vector< idx_t > &list) | |