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 086bb45 commit 9b99aebCopy full SHA for 9b99aeb
modelopt/onnx/quantization/partitioning.py
@@ -136,7 +136,7 @@ def _is_fusible_mul(mul_node: Node) -> bool:
136
and _is_cask_fusible(consumer_node, partition_node_outputs)
137
)
138
or (
139
- consumer_node.op in ["MaxPool", "BatchNormalization", "Relu"]
+ consumer_node.op in ["BatchNormalization", "Relu", "MaxPool"]
140
and get_fusible_backbone(consumer_node, graph)
141
142
or _is_on_non_residual_path(consumer_node)
0 commit comments