training_configuration_t Interface

public interface training_configuration_t

Functions

private 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)

private module function from_file(file_object) result(training_configuration)

Arguments

Type IntentOptional Attributes Name
type(file_t), intent(in) :: file_object

Return Value type(training_configuration_t)