mirror of https://github.com/llvm/torch-mlir
Fix typo.
parent
04685a98e8
commit
d176528f4b
|
@ -790,7 +790,7 @@ class FxImporter:
|
|||
func_name,
|
||||
ftype,
|
||||
ip=self._m_ip,
|
||||
func_visibility=func_visibility,
|
||||
visibility=func_visibility,
|
||||
)
|
||||
entry_block = Block.create_at_start(func.body, ftype.inputs)
|
||||
node_importer = GraphNodeImporter(
|
||||
|
|
Loading…
Reference in New Issue