from_components Module Procedure

module procedure from_components pure module function from_components(modelName, modelAuthor, compilationDate, activationFunction, usingSkipConnections) result(metadata)

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: modelName
type(string_t), intent(in) :: modelAuthor
type(string_t), intent(in) :: compilationDate
type(string_t), intent(in) :: activationFunction
type(string_t), intent(in) :: usingSkipConnections

Return Value type(metadata_t)