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 c34efab commit 4470978Copy full SHA for 4470978
python/torch_mlir/extras/fx_importer.py
@@ -997,8 +997,6 @@ def import_graph_module(
997
998
TODO: This mechanism is deprecated by the `import_program` entry-point and
999
it should be removed when no longer required for backwards compatibility.
1000
-
1001
- Note: This method should only be used for HOPs.
1002
"""
1003
# Store the mapping for this module itself (HOPs will need to look this up)
1004
module_id = id(gm)
0 commit comments