init_msgpass Interface

interface

Interfaces for handling graphs and outputs, and initialising the layer


private module subroutine init_msgpass(this, input_shape, verbose)

Arguments

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

Instance of the message passing layer

integer, intent(in), dimension(:) :: input_shape

Input shape

integer, intent(in), optional :: verbose

Verbosity level

Description

Initialise the message passing layer