Skip to content

Commit

Permalink
apply changes to template from PR1171
Browse files Browse the repository at this point in the history
  • Loading branch information
calad0i committed Feb 12, 2025
1 parent 5d92747 commit c14ca73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hls4ml/backends/vivado/passes/recurrent_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
typedef {recurrent_bias_t.name} bias_t;
typedef {recurrent_weight_t.name} weight_t;
template<class data_T, class res_T, class CONFIG_T>
using kernel = nnet::{dense_function}<data_T, res_T, CONFIG_T>;
using kernel = {dense_function}<data_T, res_T, CONFIG_T>;
template<class x_T, class y_T>
using product = nnet::product::{product_type}<x_T, y_T>;
}};\n"""
Expand Down

0 comments on commit c14ca73

Please sign in to comment.