(
rxplaceholder: T.Buffer(T.int64(8), "float32"),
rxplaceholder_1: T.Buffer((), "float32"),
T_add: T.Buffer(T.int64(8), "float32"),
)
| 28 | class Module: |
| 29 | @T.prim_func(s_tir=True) |
| 30 | def add( |
| 31 | rxplaceholder: T.Buffer(T.int64(8), "float32"), |
| 32 | rxplaceholder_1: T.Buffer((), "float32"), |
| 33 | T_add: T.Buffer(T.int64(8), "float32"), |
| 34 | ): |
| 35 | T.evaluate(0) |
| 36 | |
| 37 | @T.prim_func(s_tir=True) |
| 38 | def reshape( |