extract_output_base Interface

interface
private module subroutine extract_output_base(this, output)

Arguments

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

Instance of the layer

real(kind=real32), intent(out), dimension(..), allocatable :: output

Output values

Description

Extract the output of the layer as a standard real array