(self)
| 545 | |
| 546 | class 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: |
no outgoing calls
no test coverage detected