Skip to content
TensorStore
tensorstore.OutputIndexMaps
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
        • Core
        • Indexing
          • V inf
          • C IndexDomain
          • C IndexTransform
          • C Dim
          • C OutputIndexMap
          • C OutputIndexMaps
            • Public members
              • P rank
            • Sequence accessors
              • M __len__
              • M __getitem__(index)
              • M __getitem__(slice)
          • C OutputIndexMaps
            • Public members
              • P rank
            • Sequence accessors
              • M __len__
              • M __getitem__(index)
              • M __getitem__(slice)
          • C OutputIndexMethod
          • C DimExpression
          • C DimSelection
          • M d
          • V newaxis
          • C Indexable
          • V NumpyIndexTerm
          • V NumpyIndexingSpec
          • V DimSelectionLike
        • Spec
        • Views
        • Data types
        • Asynchronous support
        • OCDBT
        • Experimental
      • API reference
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    • Public members
    • Sequence accessors
    class tensorstore.OutputIndexMaps

    View of the output index maps for an index transform.

    See also

    • IndexTransform.output

    • OutputIndexMap

    • OutputIndexMethod

    Public members¶

    property rank : int

    Returns the output rank.

    Sequence accessors¶

    __len__() → int

    Returns the output rank.

    __getitem__(arg0: int) → OutputIndexMap

    Returns the output index map for the specified output dimension.

    __getitem__(arg0) → list[OutputIndexMap]

    Returns the list of output index maps corresponding to the slice.