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

Method hlo

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

Source from the content-addressed store, hash-verified

545
546class XlaLowering(Lowering):
547 def hlo(self) -> xc.XlaComputation:
548 raise NotImplementedError("must override")
549
550 # Return an MHLO IR of computation
551 def mhlo(self) -> ir.Module:

Callers 2

as_textMethod · 0.95
compiler_irMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected