Skip to main content

Module decision

Module decision 

Source
Expand description

Backend-neutral sequential prediction decisions and layered handoff. Backend-neutral sequential prediction decisions and layered traversal handoff.

Structs§

SequentialDecision
One resolved token in prediction order.
SequentialDecisionDiagnostic
Diagnostic logits retained at one executed decision boundary.
SequentialDecisionDriver
Statically dispatched sequential token resolver.
SequentialDecisionPlan
Validated forcing and diagnostic policy for one ordered prediction chain.
SequentialDecisionTraversal
Adapter that drives sequential decisions from shared layered traversal hooks.

Enums§

FullyForcedTailDecision
Validated result of checking whether the unexecuted group tail is skippable.
PredictionDirective
One prediction’s forcing directive.
SequentialDecisionError
Failure while resolving an ordered sequential decision chain.
SequentialDecisionMode
How a complete sequential prediction plan obtains its tokens.
SequentialDecisionPlanError
Invalid construction of a sequential decision plan or driver.
SequentialDecisionSource
Origin of one resolved sequential token.

Traits§

SequentialDecisionBoundary
Architecture-owned conversion between layered boundaries and predictions.

Type Aliases§

SequentialSamplingState
Sampler instances and optional backend randomness advanced by one decision pass.