tensorstore.IndexTransform.input_shape : tuple[int, ...]

Shape of the input domain.

Alias for the shape property of the domain.

Example

>>> transform = ts.IndexTransform(input_shape=[3, 4, 5])
>>> transform.input_shape
(3, 4, 5)