- class tensorstore.OutputIndexMethod
Indicates the output index method of an
OutputIndexMap
.Members:
constant
single_input_dimension
array
Constructors¶
Public members¶
-
constant =
<OutputIndexMethod.constant: 0>
-
single_input_dimension =
<OutputIndexMethod.single_input_dimension: 1>
-
array =
<OutputIndexMethod.array: 2>
-
constant =