(self)
| 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") |
no outgoing calls
no test coverage detected