Accera v1.2 Reference
accera.Role
type | description |
---|---|
accera.Role.CONST |
A constant array (immutable internally scoped) whose contents are known at compile-time. |
accera.Role.INPUT |
An input array (immutable external-scope). |
accera.Role.INPUT_OUTPUT |
An input/output array (mutable external-scope). |
accera.Role.OUTPUT |
An output array (mutable external-scope) which is allocated at runtime. |
accera.Role.TEMP |
A temporary array (mutable internal-scope). |
Last update:
2023-04-17