TensorStore
tensorstore::Array<ElementTagType, Rank, OriginKind, LayoutContainerKind>::Layout
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
          • E ContainerKind
          • C ByteStridedPointer
          • C StridedLayout
          • C ElementPointer
          • C Array
            • Types
              • T ElementTag
              • T Layout
              • T MaybeConstIndex
              • T MaybeConstOriginIndex
              • T ElementPointer
              • T Element
              • T DataType
              • T Pointer
              • T RawPointer
              • T value_type
              • T index_type
              • T RankType
              • T RebindRank
              • T RebindElement
            • Data members
            • Constructors
            • Methods
            • Indexing
            • Friend functions
            • Comparison
            • Related Types
            • Related Constants
            • Related Functions
            • Creation functions
            • Copy functions
            • Formatting
            • Broadcasting
          • C TransformedArray
          • Transformation
          • Iteration
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/array.h"
    using tensorstore::Array<ElementTagType,
                             Rank,
                             OriginKind,
                             LayoutContainerKind>::
    Layout =
        StridedLayout<Rank, OriginKind, LayoutContainerKind>;

    Strided layout type used by the array.