Skip to content

Commit bcc699c

Browse files
committed
Fixup forgot to use the RequantizedAddDescriptor
1 parent e192acc commit bcc699c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Deeploy/OperatorDescriptor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ def canonicalize(self, node: gs.Node, opset: int) -> bool:
654654
return super().canonicalize(node, opset)
655655

656656

657-
requantizedAddDesc = OperatorDescriptor(
657+
requantizedAddDesc = RequantizedAddDescriptor(
658658
inputDescriptor = IoDesc(["data_in_0", "data_in_1"]),
659659
outputDescriptor = IoDesc("data_out"),
660660
attrDescriptors = [

0 commit comments

Comments
 (0)