MCPcopy Index your code
hub / github.com/apache/tvm / tir_exp

Method tir_exp

tests/python/relax/test_transform_static_plan_block_memory.py:1266–1267  ·  view source on GitHub ↗
(var_rxplaceholder: T.handle, var_compute: T.handle)

Source from the content-addressed store, hash-verified

1264 class Module:
1265 @T.prim_func(s_tir=True)
1266 def tir_exp(var_rxplaceholder: T.handle, var_compute: T.handle):
1267 T.evaluate(0)
1268
1269 @R.function
1270 def main(x: R.Tensor(("n", "m", "T.max(n - m, 1)"), dtype="float32")) -> R.Tensor(("n", "m", "T.max(n - m, 1)"), dtype="float32"):

Callers 3

mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls 1

evaluateMethod · 0.45

Tested by

no test coverage detected