output Subroutine

subroutine output(inference_engine, file_name)

Arguments

Type IntentOptional Attributes Name
type(inference_engine_t), intent(in) :: inference_engine
type(string_t), intent(in) :: file_name

Calls

proc~~output~3~~CallsGraph proc~output~3 output interface~to_json~5 inference_engine_t%to_json proc~output~3->interface~to_json~5 write_lines write_lines proc~output~3->write_lines

Called by

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