(var_rxplaceholder: T.handle, var_compute: T.handle)
| 1264 | class Module: |
| 1265 | @T.prim_func(s_tir=True) |
| 1266 | def tir_exp(var_rxplaceholder: T.handle, var_compute: T.handle): |
| 1267 | T.evaluate(0) |
| 1268 | |
| 1269 | @R.function |
| 1270 | def main(x: R.Tensor(("n", "m", "T.max(n - m, 1)"), dtype="float32")) -> R.Tensor(("n", "m", "T.max(n - m, 1)"), dtype="float32"): |