Xilinx / finn

Dataflow compiler for QNN inference on FPGAs
https://xilinx.github.io/finn
BSD 3-Clause "New" or "Revised" License
681 stars 218 forks source link

Helper function for reading numpy files into hls::vector #1047

Closed vopade closed 2 months ago

vopade commented 2 months ago

This PR adds a helper function to support reading from numpy files directly into hls::vector, see issue 1046.

vopade commented 2 months ago

Great, thanks @auphelia.