Struct LoopKey¶
Defined in File dag_scope.hpp
Struct Documentation¶
-
struct LoopKey¶
The stable identity of a batch loop: which loop-group (
depth) and which member-slot within that group (loop_slot).The cell table, the per-occurrence mode<->loop atlas, and
ordered_n_batches_by_loop(see ordered_executor.hpp) all key on this identity; the layout (altitude_ordinal/latitude_ordinalonDagScopeLevel) never enters it.depthdistinguishes even two groups of the same space (an “external” and a “contracted” group of one space);loop_slotdistinguishes the members of one group. See doc/dev/specs/2026-09-12-batched-array-dag-eval-as-built.md, section 5.1.