Skip to content

Commit 4470978

Browse files
Update fx_importer.py to remove deprecated note
Remove note about method usage for HOPs.
1 parent c34efab commit 4470978

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/torch_mlir/extras/fx_importer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -997,8 +997,6 @@ def import_graph_module(
997997
998998
TODO: This mechanism is deprecated by the `import_program` entry-point and
999999
it should be removed when no longer required for backwards compatibility.
1000-
1001-
Note: This method should only be used for HOPs.
10021000
"""
10031001
# Store the mapping for this module itself (HOPs will need to look this up)
10041002
module_id = id(gm)

0 commit comments

Comments
 (0)