TensorStore
tensorstore::IterationConstraints
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
          • C TransformedArray
          • Transformation
          • Iteration
            • E RepeatedElementsConstraint
            • E UnspecifiedLayoutOrder
            • C LayoutOrderConstraint
            • C IterationConstraints
        • 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.