Skip to content
TensorStore
tensorstore.OutputIndexMethod
Initializing search
    google/tensorstore
    google/tensorstore
      • Tutorial
      • Indexing
      • API reference
        • Core
        • Indexing
          • Vinf
          • CIndexDomain
          • CIndexTransform
          • CDim
          • COutputIndexMap
          • COutputIndexMaps
          • COutputIndexMethod
            • Constructors
              • M__init__
            • Public members
              • Pname
              • Pvalue
              • Aconstant
              • Asingle_input_dimension
              • Aarray
            • String representation
              • M__str__
          • COutputIndexMethod
            • Constructors
              • M__init__
            • Public members
              • Pname
              • Pvalue
              • Aconstant
              • Asingle_input_dimension
              • Aarray
            • String representation
              • M__str__
          • CDimExpression
          • Cd
          • Vnewaxis
          • CIndexable
        • Spec
        • Views
        • Data types
        • Asynchronous support
        • Experimental
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    • Constructors
    • Public members
    • String representation
    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¶

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

    String representation¶

    __str__()

    name(self: handle) -> str

    Back to top
    Previous tensorstore.OutputIndexMaps.__getitem__
    Next tensorstore.OutputIndexMethod.__init__