TensorStore
tensorstore.Schema.T
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
        • Core
        • Indexing
        • Spec
          • C Spec
          • C Schema
            • Constructors
            • Mutators
            • Accessors
            • String representation
            • Indexing
              • M __getitem__(transform)
              • M __getitem__(domain)
              • M __getitem__(expr)
              • M __getitem__(indices)
              • M oindex
              • M vindex
              • P T
              • M translate_to
              • M translate_by
              • M translate_backward_by
              • M label
              • M mark_bounds_implicit
              • M transpose
            • Comparison operators
          • C CodecSpec
          • C OpenMode
          • C ChunkLayout
          • C Unit
          • V RecheckCacheOption
        • 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
    property 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