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~~CallsGraph proc~output output none~to_json~8 neural_network_t%to_json proc~output->none~to_json~8 write_lines write_lines proc~output->write_lines interface~default_real_to_json~5 neural_network_t%default_real_to_json none~to_json~8->interface~default_real_to_json~5 interface~double_precision_to_json~5 neural_network_t%double_precision_to_json none~to_json~8->interface~double_precision_to_json~5

Called by

proc~~output~~CalledByGraph proc~output output program~learn_power_series learn_power_series program~learn_power_series->proc~output