update_readout_gno Subroutine

private subroutine update_readout_gno(this)

No graph-level readout needed — GNO produces node-level output

Type Bound

graph_nop_layer_type

Arguments

Type IntentOptional Attributes Name
class(graph_nop_layer_type), intent(inout), target :: this

Layer instance retained for interface compatibility


Source Code

  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