Skip to content

Commit ef02b4f

Browse files
committed
move multi_dense to conv above inferming precision types
1 parent 169d9e5 commit ef02b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls4ml/model/optimizer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
'eliminate_linear_activation',
6464
'qkeras_factorize_alpha',
6565
'extract_ternary_threshold',
66+
'replace_multidimensional_dense_with_conv',
6667
'seperable_to_depthwise_and_conv',
6768
# The ones above here need to be before infer_precision_types
6869
'infer_precision_types',
@@ -74,7 +75,6 @@
7475
'expand_layer_group',
7576
'output_rounding_saturation_mode',
7677
'fuse_consecutive_batch_normalization',
77-
'replace_multidimensional_dense_with_conv',
7878
'enforce_proxy_model_embedded_config',
7979
],
8080
requires=['parse_qonnx'],

0 commit comments

Comments
 (0)