We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef02b4f commit c3ffa7bCopy full SHA for c3ffa7b
hls4ml/utils/config.py
@@ -401,6 +401,8 @@ def make_layer_config(layer):
401
precision_cfg[name] = 'auto'
402
else:
403
precision_cfg[name] = str(attr.default)
404
+ elif attr.name == 'reuse_factor':
405
+ layer_config[attr.config_name] = default_reuse_factor
406
407
if attr.default is not None:
408
layer_config[attr.config_name] = attr.default
0 commit comments