default_real_from_components Module Procedure

module procedure default_real_from_components pure module function default_real_from_components(weights, bias) result(neuron)

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: weights(:)
real, intent(in) :: bias

Return Value type(neuron_t)