Copy flows from config
Created by: thesps
The convert_from_{keras,pytorch,onnx}_model
methods call _check_hls_config
which copy the expected fields from the user config to the one propagated to {keras,pytorch,onnx}_to_hls
. At the moment Flows
is not copied across, so the user configurability is lost. This PR restores that.