The decode tree collects the greedy path and the top-k branches. It is computed from the displayed logits and tie-break.
The decode tree
The tree shows the greedy path and the top-k branches for the two displayed steps. Every branch comes from exact logit ordering.
tree from exact selections
Greedy path
The selected path is a then b. The first step keeps top-k branches a and c; the second step keeps b and c.
Summary
The tree is deterministic for the shown logits, top-k value, and tie-break. It is a structural view of the same exact choices.
greedy path plus top-k branches