get_params Interface

interface
private pure module function get_params(this) result(params)

Arguments

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

Instance of the layer

Return Value real(kind=real32),dimension(this%num_params)

Learnable parameters

Description

Get learnable parameters of layer