atlas
|
Public Member Functions | |
ArraySpec (const ArrayShape &) | |
ArraySpec (const ArrayShape &, const ArrayStrides &) | |
ArraySpec (const ArrayShape &, const ArrayStrides &, const ArrayLayout &) | |
ArraySpec (const ArrayShape &, const ArrayAlignment &) | |
ArraySpec (const ArrayShape &, const ArrayStrides &, const ArrayAlignment &) | |
ArraySpec (const ArrayShape &, const ArrayStrides &, const ArrayLayout &, const ArrayAlignment &) | |
size_t | allocatedSize () const |
size_t | size () const |
idx_t | rank () const |
const ArrayShape & | shape () const |
const ArrayAlignment & | alignment () const |
const ArrayStrides & | strides () const |
const ArrayLayout & | layout () const |
const std::vector< int > & | shapef () const |
const std::vector< int > & | stridesf () const |
bool | contiguous () const |
bool | hasDefaultLayout () const |