output Subroutine

subroutine output(trainable_network, file_name)

Arguments

Type IntentOptional Attributes Name
type(trainable_network_t), intent(in) :: trainable_network
type(string_t), intent(in) :: file_name

Calls

proc~~output~5~~CallsGraph proc~output~5 output none~to_json~10 trainable_network_t%to_json proc~output~5->none~to_json~10 write_lines write_lines proc~output~5->write_lines interface~default_real_to_json~2 neural_network_t%default_real_to_json none~to_json~10->interface~default_real_to_json~2 interface~double_precision_to_json~2 neural_network_t%double_precision_to_json none~to_json~10->interface~double_precision_to_json~2

Called by

proc~~output~5~~CalledByGraph proc~output~5 output program~train_saturated_mixture_ratio train_saturated_mixture_ratio program~train_saturated_mixture_ratio->proc~output~5