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 8781604 commit 0c78a9dCopy full SHA for 0c78a9d
exir/lowered_backend_module.py
@@ -696,9 +696,6 @@ def create_exported_program_from_submodule(
696
in_spec = pytree.tree_flatten((tuple(subgraph_signature.user_inputs), {}))[1]
697
out_spec = pytree.tree_flatten(subgraph_signature.user_outputs)[1]
698
699
- print(submodule.graph)
700
- print(subgraph_signature)
701
-
702
return (
703
ExportedProgram(
704
root=submodule,
0 commit comments