Skip to content

Commit

Permalink
change order of optimizers
Browse files Browse the repository at this point in the history
  • Loading branch information
jmitrevs committed Dec 13, 2024
1 parent 46bdacc commit 1d0cf1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hls4ml/model/optimizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
'convert',
[
'channels_last_converter',
'merge_linear_activation',
'seperable_to_depthwise_and_conv',
'remove_transpose_before_flatten',
'remove_nop_transpose',
Expand All @@ -74,6 +73,7 @@
'replace_multidimensional_dense_with_conv',
'enforce_proxy_model_embedded_config',
'eliminate_linear_activation',
'merge_linear_activation',
# many of the above optimzers need to be done before this
'infer_precision_types',
],
Expand Down

0 comments on commit 1d0cf1e

Please sign in to comment.