Parameter Store To IR Payload Bridge #
The verifier stores parameters in ParamStore, while executable graph semantics reads Payload.
The declarations below state how that conversion affects lookups and the payload-backed operations
used by the proved forward language. Convolution is stated for an arbitrary number of spatial axes;
tensor layout is represented by the node's channel axis rather than by a format-specific operator.
Convert a verifier flat tensor into the IR constant payload format.
Instances For
Convert verifier affine parameters into the IR linear payload format.
Instances For
Constant lookup after converting a verifier parameter store to an IR payload.
Affine-layer lookup after converting a verifier parameter store to an IR payload.
Convolution lookup after converting a verifier parameter store to an IR payload.
BatchNorm lookup after converting a verifier parameter store to an IR payload.
LayerNorm lookup after converting a verifier parameter store to an IR payload.
A const node reads its value from the matching parameter-store entry.
A linear node reads its weights and bias from the matching parameter-store entry.
Evaluation reads arbitrary-rank convolution parameters from the matching store entry.
A convolution node reads arbitrary-rank convolution parameters from the matching store entry.
The shape-inference equation is the graph's dynamic check. The remaining hypotheses identify the typed parent and output shapes; none fixes a spatial rank or memory layout.