Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 21, 2024
1 parent 3ba877e commit fce2f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hls4ml/backends/vivado/vivado_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def _set_pooling_accum_t(self, layer, pool_size):
input_t = input_layer.attributes[input_layer.name].type
accum_t = layer.attributes['accum_t']
pool_op = layer.attributes['pool_op'].lower()

accum_t.name = f'{layer.name}_accum'
# This was likely model_default
# Avoid override parameters for other by chance
Expand Down

0 comments on commit fce2f7d

Please sign in to comment.