fastmachinelearning / hls4ml

Machine learning on FPGAs using HLS
https://fastmachinelearning.org/hls4ml
Apache License 2.0
1.17k stars 388 forks source link

Let repack_stream optimizer inheirt original precision #907

Closed calad0i closed 7 months ago

calad0i commented 8 months ago

A# Description

Currently repack_stream is not inheriting the precision defined for the reshape layer. This PR fixes that.

Type of change

Tests

test/pytest/test_repack_precision.py

Checklist