Method
exp
(rxplaceholder: T.Buffer((T.int64(2), T.int64(4)), "float32"), compute: T.Buffer((T.int64(2), T.int64(4)), "float32"))
Source from the content-addressed store, hash-verified
| 48 | |
| 49 | @T.prim_func(s_tir=True) |
| 50 | def exp(rxplaceholder: T.Buffer((T.int64(2), T.int64(4)), "float32"), compute: T.Buffer((T.int64(2), T.int64(4)), "float32")): |
| 51 | T.evaluate(0) |
| 52 | |
| 53 | @T.prim_func(s_tir=True) |
| 54 | def pad(rxplaceholder: T.Buffer(T.int64(8), "float32"), PadInput: T.Buffer(T.int64(10), "float32")): |
Tested by
no test coverage detected