legate.core.StructLogicalArray.delinearize#
- StructLogicalArray.delinearize(
- self,
- int32_t dim,
- shape,
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.