(rxplaceholder: T.Buffer(T.int64(8), "float32"), compute: T.Buffer(T.int64(8), "float32"))
| 40 | |
| 41 | @T.prim_func(s_tir=True) |
| 42 | def relu(rxplaceholder: T.Buffer(T.int64(8), "float32"), compute: T.Buffer(T.int64(8), "float32")): |
| 43 | T.evaluate(0) |
| 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")): |