forward_eval_base Interface

interface
private module function forward_eval_base(this, input) result(output)

Arguments

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

Instance of the layer

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

Input data

Return Value type(array_type),pointer,(:,:)

Output data

Description

Forward pass of layer and return output for evaluation