(rxplaceholder: T.Buffer(T.int64(10), "float32"), compute: T.Buffer(T.int64(10), "float32"))
| 44 | |
| 45 | @T.prim_func(s_tir=True) |
| 46 | def log(rxplaceholder: T.Buffer(T.int64(10), "float32"), compute: T.Buffer(T.int64(10), "float32")): |
| 47 | T.evaluate(0) |
| 48 | |
| 49 | @T.prim_func(s_tir=True) |
| 50 | def exp(rxplaceholder: T.Buffer((T.int64(2), T.int64(4)), "float32"), compute: T.Buffer((T.int64(2), T.int64(4)), "float32")): |