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 65f2693 commit ebde8e1Copy full SHA for ebde8e1
exir/lowered_backend_module.py
@@ -528,7 +528,7 @@ def _get_new_signature( # noqa: C901
528
output_specs.append(
529
OutputSpec(
530
kind=OutputKind.USER_OUTPUT,
531
- arg=ConstantArgument(output_node),
+ arg=ConstantArgument(name="", value=output_node),
532
target=None,
533
)
534
@@ -555,7 +555,7 @@ def _get_new_signature( # noqa: C901
555
556
557
558
559
560
561
0 commit comments