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 169d9e5 commit ef02b4fCopy full SHA for ef02b4f
hls4ml/model/optimizer/__init__.py
@@ -63,6 +63,7 @@
63
'eliminate_linear_activation',
64
'qkeras_factorize_alpha',
65
'extract_ternary_threshold',
66
+ 'replace_multidimensional_dense_with_conv',
67
'seperable_to_depthwise_and_conv',
68
# The ones above here need to be before infer_precision_types
69
'infer_precision_types',
@@ -74,7 +75,6 @@
74
75
'expand_layer_group',
76
'output_rounding_saturation_mode',
77
'fuse_consecutive_batch_normalization',
- 'replace_multidimensional_dense_with_conv',
78
'enforce_proxy_model_embedded_config',
79
],
80
requires=['parse_qonnx'],
0 commit comments