Method
add
(rxplaceholder: T.Buffer(T.int64(8), "float32"), rxplaceholder_1: T.Buffer((), "float32"), T_add: T.Buffer(T.int64(8), "float32"))
Source from the content-addressed store, hash-verified
| 32 | class Module: |
| 33 | @T.prim_func(s_tir=True) |
| 34 | def add(rxplaceholder: T.Buffer(T.int64(8), "float32"), rxplaceholder_1: T.Buffer((), "float32"), T_add: T.Buffer(T.int64(8), "float32")): |
| 35 | T.evaluate(0) |
| 36 | |
| 37 | @T.prim_func(s_tir=True) |
| 38 | def reshape(rxplaceholder: T.Buffer((T.int64(2), T.int64(4)), "float32"), T_reshape: T.Buffer(T.int64(8), "float32")): |
Tested by
no test coverage detected