TensorStore
tensorstore::StridedLayout<Rank, OriginKind, CKind>::StridedLayout[default]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
          • EContainerKind
          • CByteStridedPointer
          • CStridedLayout
            • Data members
            • Types
            • Methods
            • Constructors
              • FStridedLayout [default]
              • FStridedLayout [rank]
              • FStridedLayout [shape, byte_strides]
              • FStridedLayout [origin, shape, byte_strides]
              • FStridedLayout [domain, byte_strides]
              • FStridedLayout [convert]
              • FStridedLayout [unchecked]
              • FStridedLayout [rank, components]
              • FStridedLayout [order]
            • Assignment
            • Accessors
            • Indexing
            • Friend functions
            • Related Types
            • Related Constants
            • Related Functions
            • Broadcasting
          • CElementPointer
          • CArray
          • CTransformedArray
          • 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/strided_layout.h"
    tensorstore::StridedLayout<Rank, OriginKind, CKind>::StridedLayout();

    Constructs a default layout of rank equal to static_rank (if static_rank >= 0) or rank 0 (if static_rank == dynamic_rank).

    The origin, shape, and byte_strides vectors are valid with unspecified contents.

    Back to top
    Previous tensorstore::StridedLayout<Rank, OriginKind, CKind>::rank
    Next tensorstore::StridedLayout<Rank, OriginKind, CKind>::StridedLayout[rank]