Skip to main content

Module canonical_stack

Module canonical_stack 

Source

Structs§

CompileOutput
CompilerPolicy
ExecutionBudget
ExecutionReport
GraphGeometryManifest
KernelRun
OperatorMetadata
OracleAssessment
ScheduledExecution

Enums§

ConstraintDegradation
ExecutionStopReason
OracleMode

Constants§

CONSTRAINT_COMPILER_OPERATOR_ID
RECURSIVE_MESSAGE_PASSING_OPERATOR_ID

Functions§

canonical_operator_metadata
compile_batch
Compiles an importer batch into the bounded inference graph consumed by the kernel lane.
conformance_gate_ids
constraint_compiler_operator
Returns the canonical metadata for the bounded constraint-compiler operator.
evaluate_conservative
Returns the conservative fallback oracle assessment for a compiled graph.
evaluate_exact_bounded
Returns an exact bounded-oracle assessment when the compiled graph supports one.
execute_acyclic_baseline
Executes one acyclic belief pass over the compiled graph.
execute_message_passing_baseline
Executes bounded message passing across the full compiled graph.
message_passing_operator
Returns the canonical metadata for the bounded recursive message-passing operator.
schedule_execution
Chooses the execution lane that fits the supplied graph and budget.