from_components Module Procedure

module procedure from_components module function from_components(hyperparameters, network_configuration) result(training_configuration)

Arguments

Type IntentOptional Attributes Name
type(hyperparameters_t), intent(in) :: hyperparameters
type(network_configuration_t), intent(in) :: network_configuration

Return Value type(training_configuration_t)


Calls

proc~~from_components~3~~CallsGraph proc~from_components~3 from_components file_t file_t proc~from_components~3->file_t interface~to_json~3 hyperparameters_t%to_json proc~from_components~3->interface~to_json~3 string_t string_t proc~from_components~3->string_t