MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / mhlo

Method mhlo

imperative/python/megengine/xla/compile.py:626–627  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

624 )
625
626 def mhlo(self) -> ir.Module:
627 return super().mhlo()
628
629 def stablehlo(self) -> ir.Module:
630 return self._hlo

Callers

nothing calls this directly

Calls 1

mhloMethod · 0.45

Tested by

no test coverage detected