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

Method main

web/tests/python/relax_rpc_test.py:37–39  ·  view source on GitHub ↗
(x: R.Tensor([1024], "float32"), y: R.Tensor([1024], "float32"))

Source from the content-addressed store, hash-verified

35 class Mod:
36 @R.function
37 def main(x: R.Tensor([1024], "float32"), y: R.Tensor([1024], "float32")):
38 lv0 = R.add(x, y)
39 return lv0
40
41 mod = pipeline(Mod)
42 sch = tvm.s_tir.Schedule(mod)

Callers

nothing calls this directly

Calls 2

TensorMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected