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

Method main_relax

tests/python/relax/test_base_py_module_printer.py:70–73  ·  view source on GitHub ↗
(x: R.Tensor((5,), "float32"), y: R.Tensor((5,), "float32"))

Source from the content-addressed store, hash-verified

68
69 @R.function
70 def main_relax(x: R.Tensor((5,), "float32"), y: R.Tensor((5,), "float32")) -> R.Tensor(
71 (5,), "float32"
72 ):
73 return R.add(x, y)
74
75
76@I.ir_module

Callers

nothing calls this directly

Calls 2

TensorMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected