(
rxplaceholder: T.Buffer(T.int64(10), "float32"),
compute: T.Buffer(T.int64(10), "float32"),
)
| 49 | |
| 50 | @T.prim_func(s_tir=True) |
| 51 | def log( |
| 52 | rxplaceholder: T.Buffer(T.int64(10), "float32"), |
| 53 | compute: T.Buffer(T.int64(10), "float32"), |
| 54 | ): |
| 55 | T.evaluate(0) |
| 56 | |
| 57 | @T.prim_func(s_tir=True) |
| 58 | def exp( |
no test coverage detected