TensorStore
tensorstore.DimSelectionLike
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
        • Core
        • Indexing
          • V inf
          • C IndexDomain
          • C IndexTransform
          • C Dim
          • C OutputIndexMap
          • C OutputIndexMaps
          • 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
    tensorstore.DimSelectionLike

    Subsequence of dimensions to select in a DimSelection object.

    Refer to the dimension selections documentation for details.

    alias of DimSelection | SupportsIndex | str | bytes | slice[typing.SupportsIndex | None] | Sequence[DimSelectionLike]