Method
add1
(
A: T.Buffer((T.int64(2), T.int64(3)), "int32"),
B: T.Buffer((T.int64(2), T.int64(3)), "int32"),
C: T.Buffer((T.int64(2), T.int64(3)), "int32"),
)
Source from the content-addressed store, hash-verified
| 203 | |
| 204 | @T.prim_func(s_tir=True) |
| 205 | def add1( |
| 206 | A: T.Buffer((T.int64(2), T.int64(3)), "int32"), |
| 207 | B: T.Buffer((T.int64(2), T.int64(3)), "int32"), |
| 208 | C: T.Buffer((T.int64(2), T.int64(3)), "int32"), |
| 209 | ): |
| 210 | T.evaluate(0) |
| 211 | |
| 212 | @R.function |
| 213 | def main( |
Tested by
no test coverage detected