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 d176528 commit 6cc26e7Copy full SHA for 6cc26e7
python/torch_mlir/fx.py
@@ -41,7 +41,7 @@ def export_and_import(
41
else:
42
fx_importer.import_frozen_program(prog, func_name=func_name)
43
44
- return fx_importer.module
+ return fx_importer.module_op
45
46
47
def stateless_fx_import(
@@ -55,4 +55,4 @@ def stateless_fx_import(
55
if fx_importer is None:
56
fx_importer = FxImporter(context=context, hooks=hooks)
57
fx_importer.import_stateless_graph(gm.graph, func_name=model_name)
58
0 commit comments