network_configuration_t Interface

public interface network_configuration_t

Functions

private pure module function from_components(skip_connections, nodes_per_layer, activation_name) result(network_configuration)

Arguments

Type IntentOptional Attributes Name
logical, intent(in) :: skip_connections
integer, intent(in) :: nodes_per_layer(:)
character(len=*), intent(in) :: activation_name

Return Value type(network_configuration_t)

private pure module function from_json(lines) result(network_configuration)

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: lines(:)

Return Value type(network_configuration_t)