TensorStore
tensorstore::c_order
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
          • EContainerKind
          • CByteStridedPointer
          • CStridedLayout
            • Data members
            • Types
            • Methods
            • Constructors
            • Assignment
            • Accessors
            • Indexing
            • Friend functions
            • Related Types
              • EContiguousLayoutOrder
                • Related Functions
                • Related Constants
                  • Vc_order
              • CContiguousLayoutPermutation
              • TStridedLayoutView
            • 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/contiguous_layout.h"
    constexpr const ContiguousLayoutOrder tensorstore::c_order =
       
     ContiguousLayoutOrder::c;
    constexpr const ContiguousLayoutOrder tensorstore::row_major_order =
       
     ContiguousLayoutOrder::row_major;
    constexpr const ContiguousLayoutOrder tensorstore::fortran_order =
       
     ContiguousLayoutOrder::fortran;
    constexpr const ContiguousLayoutOrder
    tensorstore::column_major_order =
           
     ContiguousLayoutOrder::column_major;
    Back to top
    Previous tensorstore::GetContiguousIndices
    Next tensorstore::ContiguousLayoutPermutation