Accera v1.2 Reference
accera.Schedule.get_indices()
Gets the iteration space dimensions for a schedule.
Returns
Tuple of Index
Examples
Get the iteration space dimensions for a 3-dimensional nest:
i, j, k = schedule.get_indices()
Last update:
2023-04-17