The full flowchart shows the exact and named registers together. It also repeats the residual-add example as a checkable exact calculation inside the larger block structure.
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. Seeing them in one flowchart is the point: the block is a wiring pattern with boundaries, not one undifferentiated box.
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 to anchor the abstract wiring in one checkable vector operation.
(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, and exact components show only values that can be recomputed from displayed inputs.