Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ mhlo
Method
mhlo
imperative/python/megengine/xla/compile.py:829–830 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
827
)
828
829
def
mhlo(self) -> ir.Module:
830
return
super().mhlo()
831
832
def
stablehlo(self) -> ir.Module:
833
return
self._hlo
Callers
nothing calls this directly
Calls
1
mhlo
Method · 0.45
Tested by
no test coverage detected