No graph-level readout needed — GNO produces node-level output
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(graph_nop_layer_type), | intent(inout), | target | :: | this |
Layer instance retained for interface compatibility |
subroutine update_readout_gno(this) !! No graph-level readout needed — GNO produces node-level output implicit none ! Arguments class(graph_nop_layer_type), intent(inout), target :: this !! Layer instance retained for interface compatibility end subroutine update_readout_gno