Skip to content

Commit 65e0127

Browse files
authored
Merge pull request #10 from jmitrevs/qonnx-1p0-sepconv-dev
Qonnx 1p0 sepconv dev
2 parents 14da6f5 + 5ff1373 commit 65e0127

File tree

3 files changed

+312
-158
lines changed

3 files changed

+312
-158
lines changed

example-models

hls4ml/model/optimizer/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@
4343
'constant_batch_norm_fusion',
4444
'merge_two_constants',
4545
'scale_down_add',
46+
'bias_down_add',
4647
'scale_down_mat_mul',
47-
'scale_down_weight_conv',
48-
'scale_down_bias_conv',
4948
'scale_down_conv',
5049
'merge_to_apply_alpha',
5150
'merge_to_apply_alpha_div',

0 commit comments

Comments
 (0)