forward_base Interface

interface
private module subroutine forward_base(this, input)

Arguments

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

Instance of the layer

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

Input data

Description

Forward pass of layer