Use correct number of args for multiple outputs
Created by: apfusco
The arguments set for top_function
assumed there could be multiple inputs but only one output. If there were multiple outputs, the argtuple
did not match the parameters in the generated HLS function, and caused a seg fault when calling predict()
.