TensorStore
tensorstore.Schema.T
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
        • Core
        • Indexing
        • Spec
          • CSpec
          • CSchema
            • Constructors
            • Mutators
            • Accessors
            • String representation
            • Indexing
              • M__getitem__(transform)
              • M__getitem__(domain)
              • M__getitem__(expr)
              • M__getitem__(indices)
              • Moindex
              • Mvindex
              • PT
              • Mtranslate_to
              • Mtranslate_by
              • Mtranslate_backward_by
              • Mlabel
              • Mmark_bounds_implicit
              • Mtranspose
            • Comparison operators
          • CCodecSpec
          • COpenMode
          • CChunkLayout
          • CUnit
          • VRecheckCacheOption
        • 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.Schema.T : Schema

    View with transposed domain (reversed dimension order).

    This is equivalent to: self[ts.d[::-1].transpose[:]].

    See also

    • transpose

    • tensorstore.DimExpression.transpose

    Back to top
    Previous tensorstore.Schema.vindex
    Next tensorstore.Schema.translate_to