|
|
|
|
|
Based on the amount of static knowledge available at compile time, data will have different representations during runtime.
|
|
|
|
|
|
We distinguish between the following:
|
|
|
|
|
|
- AKS: array of known shape
|
|
|
- AKD: array of known dimension but unknown shape
|
|
|
- AUD: array of unknown dimension
|
|
|
|