Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
penguin-wwy committed Apr 26, 2024
1 parent dfd311c commit c6e3892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/torch_mlir/extras/fx_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
}

SYMBOLIC_TORCH_OPS = {
x[0] for x in SYMBOLIC_OP_TO_TORCH_OP
key[0] for key in SYMBOLIC_OP_TO_TORCH_OP
}
else:
SYMBOLIC_OP_TO_TORCH_OP = {
Expand All @@ -257,7 +257,7 @@
}

SYMBOLIC_TORCH_OPS = {
x for x in SYMBOLIC_OP_TO_TORCH_OP
key for key in SYMBOLIC_OP_TO_TORCH_OP
}


Expand Down

0 comments on commit c6e3892

Please sign in to comment.