(
rxplaceholder: T.Buffer(T.int64(8), "float32"), compute: T.Buffer(T.int64(8), "float32")
)
| 43 | |
| 44 | @T.prim_func(s_tir=True) |
| 45 | def relu( |
| 46 | rxplaceholder: T.Buffer(T.int64(8), "float32"), compute: T.Buffer(T.int64(8), "float32") |
| 47 | ): |
| 48 | T.evaluate(0) |
| 49 | |
| 50 | @T.prim_func(s_tir=True) |
| 51 | def log( |