Skip to content

Commit c14ca73

Browse files
committed
apply changes to template from PR1171
1 parent 5d92747 commit c14ca73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls4ml/backends/vivado/passes/recurrent_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
typedef {recurrent_bias_t.name} bias_t;
3636
typedef {recurrent_weight_t.name} weight_t;
3737
template<class data_T, class res_T, class CONFIG_T>
38-
using kernel = nnet::{dense_function}<data_T, res_T, CONFIG_T>;
38+
using kernel = {dense_function}<data_T, res_T, CONFIG_T>;
3939
template<class x_T, class y_T>
4040
using product = nnet::product::{product_type}<x_T, y_T>;
4141
}};\n"""

0 commit comments

Comments
 (0)