class tensorstore.OutputIndexMap

Represents an output index map for an index transform.

Constructors

OutputIndexMap(offset: int = 0)

Constructs a constant map.

OutputIndexMap(input_dimension: int, offset: int = 0, ...)

Constructs a single input dimension map.

OutputIndexMap(index_array: ArrayLike, offset: int = 0, ...)

Constructs an index array map.

Public members

method : OutputIndexMethod
offset : int
stride : int | None
input_dimension : int | None
index_array : ArrayLike | None
index_range : Dim | None