TensorStore
tensorstore.Indexable
Initializing search
    google/tensorstore
    google/tensorstore
      • Tutorial
      • Indexing
      • API reference
        • Core
        • Indexing
          • Vinf
          • CIndexDomain
          • CIndexTransform
          • CDim
          • COutputIndexMap
          • COutputIndexMaps
          • COutputIndexMethod
          • 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
    class tensorstore.Indexable

    Abstract base class for types that support TensorStore indexing operations.

    Supported types are:

    • tensorstore.TensorStore

    • tensorstore.Spec

    • tensorstore.IndexTransform

    Back to top
    Previous tensorstore.newaxis
    Next tensorstore.Spec