output Subroutine

subroutine output(neural_network, file_name)

Arguments

Type IntentOptional Attributes Name
class(neural_network_t), intent(in) :: neural_network
type(string_t), intent(in) :: file_name

Calls

proc~~output~3~~CallsGraph proc~output~3 output none~to_json~6 neural_network_t%to_json proc~output~3->none~to_json~6 write_lines write_lines proc~output~3->write_lines interface~default_real_to_json~3 neural_network_t%default_real_to_json none~to_json~6->interface~default_real_to_json~3 interface~double_precision_to_json~3 neural_network_t%double_precision_to_json none~to_json~6->interface~double_precision_to_json~3

Called by

proc~~output~3~~CalledByGraph proc~output~3 output program~learn_addition learn_addition program~learn_addition->proc~output~3