The full flowchart shows the exact and named registers together. It also repeats the residual-add example as a checkable exact calculation.
highlighted = computed this step
The full block flowchart
The full diagram puts the exact and named registers together. Residual add and MLP-ReLU are exact; positional encoding, attention, and layernorm are named.
exact nodes+named nodes
Residual add inside the block
The residual example remains (2,3) plus (1,-1) equals (3,2). The same exact add is shown below the flowchart.
(2,3)+(1,−1)=(3,2)
Summary
The complete block is a wiring diagram with validated flags. Named components carry no numeric output in the diagram.