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 aaeca67 commit 606910fCopy full SHA for 606910f
exir/program/_program.py
@@ -1257,7 +1257,6 @@ def to_edge_transform_and_lower(
1257
for name, partitioner_list in partitioner.items():
1258
if i < len(partitioner_list):
1259
method_to_partitioner[name] = partitioner_list[i]
1260
- print("to_backen")
1261
edge_manager = edge_manager.to_backend(method_to_partitioner)
1262
1263
for name, program in edge_manager._edge_programs.items():
0 commit comments