TensorStore
tensorstore.IndexTransform.T
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
        • Core
        • Indexing
          • Vinf
          • CIndexDomain
          • CIndexTransform
            • Constructors
            • Accessors
            • Indexing
              • M__call__
              • 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
            • String representation
          • CDim
          • COutputIndexMap
          • COutputIndexMaps
          • COutputIndexMethod
          • CDimExpression
          • Cd
          • Vnewaxis
          • CIndexable
        • 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.IndexTransform.T : IndexTransform

    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.IndexTransform.vindex
    Next tensorstore.IndexTransform.translate_to