legate.core.LogicalArray.delinearize#
- LogicalArray.delinearize(self, int32_t dim, shape) LogicalArray #
Delinearize a dimension into multiple dimensions. This call may block if the array is unbound.
- Parameters:
- Returns:
The array with the chosen delinearized dimension.
- Return type:
- Raises:
ValueError – If
shape
is not iterable.