Skip to content

Commit 153b4e7

Browse files
committed
Remove redundant domain attribute from operation inputs in _RemoveZeroBiasBase class
1 parent 2b9dda4 commit 153b4e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

onnxscript/rewriter/rules/common/_remove_zero_bias.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def rewrite(self, op: ir.tape.Tape, out: ir.Value, **_) -> ir.Value:
2525
self.op_type,
2626
inputs=node.inputs[:-1],
2727
attributes=node.attributes,
28-
domain=node.domain,
2928
)
3029

3130
def _check_bias_is_zero(self, bias_value: ir.Value) -> MatchResult:

0 commit comments

Comments
 (0)