Skip to content

Copy flows from config

Javier Duarte requested to merge cfg-flow into master

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.

Merge request reports

Loading