set_params Interface

interface
private module subroutine set_params(this, params)

Arguments

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

Instance of the layer

real(kind=real32), intent(in), dimension(this%num_params) :: params

Learnable parameters

Description

Set learnable parameters of layer