Skip to content
TensorStore
tensorstore::UnspecifiedLayoutOrder
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
          • EContainerKind
          • CByteStridedPointer
          • CStridedLayout
          • CElementPointer
          • CArray
          • CTransformedArray
          • Transformation
          • Iteration
            • ERepeatedElementsConstraint
            • EUnspecifiedLayoutOrder
              • Related Constants
                • Vunspecified_order
            • EUnspecifiedLayoutOrder
              • eunspecified_order
              • Related Constants
                • Vunspecified_order
            • CLayoutOrderConstraint
            • CIterationConstraints
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    • eunspecified_order
    • Related Constants
    #include "tensorstore/util/iterate.h"
    enum class tensorstore::UnspecifiedLayoutOrder;

    Specifies that the iteration order is unconstrained.

    enumerator unspecified_order;¶

    Related Constants¶

    constexpr const UnspecifiedLayoutOrder
    tensorstore::unspecified_order =
           
     UnspecifiedLayoutOrder::unspecified_order;
    Back to top
    Previous tensorstore::include_repeated_elements
    Next tensorstore::unspecified_order