TensorStore
tensorstore::IterationConstraints
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
            • CLayoutOrderConstraint
            • CIterationConstraints
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/util/iterate.h"
    class tensorstore::IterationConstraints;

    Specifies constraints on how multi-dimensional iteration can be performed.

    Logically this type is the algebraic product of LayoutOrderConstraint and RepeatedElementsConstraint.

    A RepeatedElementsConstraint of skip_repeated_elements indicates that repeated elements (due to a stride of 0) may be processed only once. Otherwise, repeated elements are not skipped.

    Back to top
    Previous tensorstore::LayoutOrderConstraint::order
    Next tensorstore::kvstore::Spec