Skip to content
TensorStore
tensorstore.OutputIndexMethod
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
        • Core
        • Indexing
          • V inf
          • C IndexDomain
          • C IndexTransform
          • C Dim
          • C OutputIndexMap
          • C OutputIndexMaps
          • C OutputIndexMethod
            • Constructors
              • M __init__
            • Public members
              • P name
              • P value
              • A constant
              • A single_input_dimension
              • A array
          • C OutputIndexMethod
            • Constructors
              • M __init__
            • Public members
              • P name
              • P value
              • A constant
              • A single_input_dimension
              • A array
          • C DimExpression
          • C d
          • V newaxis
          • C Indexable
        • 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
    • Constructors
    • Public members
    class tensorstore.OutputIndexMethod

    Indicates the output index method of an OutputIndexMap.

    See also

    • IndexTransform.output

    • OutputIndexMap

    • OutputIndexMaps

    Members:

    constant

    single_input_dimension

    array

    Constructors¶

    OutputIndexMethod(value: int)

    Public members¶

    property name : str
    property value : int
    constant = <OutputIndexMethod.constant: 0>
    single_input_dimension = <OutputIndexMethod.single_input_dimension: 1>
    array = <OutputIndexMethod.array: 2>