Skip to content
TensorStore
tensorstore.OutputIndexMaps
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
        • Core
        • Indexing
          • Vinf
          • CIndexDomain
          • CIndexTransform
          • CDim
          • COutputIndexMap
          • COutputIndexMaps
            • Public members
              • Prank
              • M__len__
              • M__getitem__
          • COutputIndexMaps
            • Public members
              • Prank
              • M__len__
              • M__getitem__
          • COutputIndexMethod
          • CDimExpression
          • Cd
          • Vnewaxis
          • CIndexable
        • 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
    class tensorstore.OutputIndexMaps

    View of the output index maps for an index transform.

    See also

    • IndexTransform.output

    • OutputIndexMap

    • OutputIndexMethod

    Public members¶

    rank : int

    Returns the output rank.

    __len__() → int

    Returns the output rank.

    __getitem__(arg0: int) → OutputIndexMap
    Back to top
    Previous tensorstore.OutputIndexMap.index_range
    Next tensorstore.OutputIndexMaps.rank