Accera v1.2 Reference
accera.Array.Layout
type | description |
---|---|
accera.Array.Layout.FIRST_MAJOR |
Specifies a memory layout where the first major axis is in contiguous memory. For example, in a matrix, this corresponds to "row-major". |
accera.Array.Layout.LAST_MAJOR |
Specifies a memory layout where the last major axis is in contiguous memory. For example, in a matrix, this corresponds to "column-major". |
accera.Array.Layout.DEFERRED |
Defer specifying the memory layout for an Role.CONST array until a cache is created. |
Last update:
2023-04-17