construct_layer Module Procedure

module procedure construct_layer recursive module function construct_layer(layer_lines, start) result(layer)

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: layer_lines(:)
integer, intent(in) :: start

Return Value type(layer_t), target


Calls

proc~~construct_layer~~CallsGraph proc~construct_layer construct_layer assert assert proc~construct_layer->assert interface~next_allocated neuron_t%next_allocated proc~construct_layer->interface~next_allocated interface~next_pointer neuron_t%next_pointer proc~construct_layer->interface~next_pointer interface~weights neuron_t%weights proc~construct_layer->interface~weights string string proc~construct_layer->string