(rxplaceholder: T.Buffer(T.int64(8), "float32"), PadInput: T.Buffer(T.int64(10), "float32"))
| 52 | |
| 53 | @T.prim_func(s_tir=True) |
| 54 | def pad(rxplaceholder: T.Buffer(T.int64(8), "float32"), PadInput: T.Buffer(T.int64(10), "float32")): |
| 55 | T.evaluate(0) |
| 56 | |
| 57 | @R.function |
| 58 | def main(x: R.Tensor((2, 4), dtype="float32")) -> R.Tensor((10,), dtype="float32"): |