Skip to content

Commit 57c440b

Browse files
committed
Removed BiasAdd as there's no use-case for it yet
Signed-off-by: gcunhase <[email protected]>
1 parent 5aadeac commit 57c440b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modelopt/onnx/quantization/graph_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ def _get_backbone(root: Node):
202202
["Relu", "BatchNormalization", "BiasAdd", conv_type],
203203
["MaxPool", "Relu", "BatchNormalization", "BiasAdd", conv_type],
204204
["Mul", "Sigmoid", "BatchNormalization", conv_type],
205-
["Mul", "Sigmoid", "BatchNormalization", "BiasAdd", conv_type],
206205
]
207206
for idx, path_type in enumerate(fusible_linear_path_types):
208207
if has_path_type(node, graph, path_type, is_forward=False, wild_card_types=[]):

0 commit comments

Comments
 (0)