update_message_msgpass Interface

interface

interface for the message forward and backward passes


private module subroutine update_message_msgpass(this, input)

Arguments

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

Instance of the message passing layer

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

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

Description

Update the message