MCPcopy Create free account
hub / github.com/apache/tvm / main

Method main

tests/python/relax/test_tvmscript_parser.py:1797–1799  ·  view source on GitHub ↗
(x1: R.Tensor((3, 3), dtype="float32"))

Source from the content-addressed store, hash-verified

1795 class Bar:
1796 @R.function
1797 def main(x1: R.Tensor((3, 3), dtype="float32")):
1798 res1 = Bar.mul(x1)
1799 return res1
1800
1801 @R.function
1802 def mul(x: R.Tensor((3, 3), dtype="float32")) -> None:

Callers

nothing calls this directly

Calls 2

TensorMethod · 0.80
mulMethod · 0.45

Tested by

no test coverage detected