Fiats
Source Files
Modules
Procedures
Derived Types
Programs
from_components
Module Procedure
5 statements
Source File
network_configuration_s.F90
network_configuration_s
from_components
Contents
module procedure from_components
pure module function from_components(skip_connections, nodes_per_layer, activation_name) result(network_configuration)
Arguments
Type
Intent
Optional
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
)