initialise Interface

interface
private module subroutine initialise(this, input_shape, verbose)

Arguments

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

Instance of the layer

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

Input shape

integer, intent(in), optional :: verbose

Verbosity level

Description

Initialise the layer