forward_msgpass Interface

interface
private module subroutine forward_msgpass(this, input)

Arguments

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

Instance of the layer type

class(array_type), intent(in), dimension(:,:) :: input

Input data (i.e. vertex and edge features)

Description

Forward pass for the message passing layer