fastmachinelearning / hls4ml

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

Fix profiling for GRU/LSTM #833

Closed drankincms closed 11 months ago

drankincms commented 11 months ago

A# Description

This PR addresses #829 by fixing the profiling tool for GRU and LSTM layers.

Type of change

For a new feature or function, please create an issue first to discuss it with us before submitting a pull request.

Tests

Tested with the script from #829 .

Checklist