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

Method stablehlo

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

Source from the content-addressed store, hash-verified

557
558 # Return a StableHLO IR of computation
559 def stablehlo(self) -> ir.Module:
560 raise NotImplementedError("must override")
561
562 def compile(self) -> Executable:
563 raise NotImplementedError("must override")

Callers 3

mhloMethod · 0.95
as_textMethod · 0.95
compiler_irMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected