Lowering pass Payload Insertion #
The forward-fragment lowering pass emits an IR node and, when the node needs external data,
records that data in the verifier ParamStore at the same fresh node id. These lemmas pin down
that insertion step for the payload-backed constructors in the proved forward fragment.
Lowering a literal constant stores its flattened tensor at the fresh IR node id.
Lowering a parameter constant stores the selected parameter tensor at the fresh IR node id.
Lowering a linear node stores exactly the selected weight and bias tensors.
The lowered IR node for a literal constant is the corresponding payload-backed const node.
The lowered IR node for a parameter constant is the corresponding payload-backed const
node.
The lowered IR node for a linear source node has one activation parent and external payload.
Lowering a suffix preserves already-existing constant payload lookups seen by IR evaluation.
Lowering a suffix preserves already-existing linear payload lookups seen by IR evaluation.
Lowering a suffix preserves already-existing convolution payload lookups seen by IR evaluation.
Lowering a suffix preserves already-existing BatchNorm payload lookups seen by IR evaluation.
Lowering a suffix preserves already-existing LayerNorm payload lookups seen by IR evaluation.