Method
reshape
(rxplaceholder: T.Buffer((T.int64(2), T.int64(4)), "float32"), T_reshape: T.Buffer(T.int64(8), "float32"))
Source from the content-addressed store, hash-verified
| 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")): |
| 39 | T.evaluate(0) |
| 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")): |
Tested by
no test coverage detected