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

Method foo

tests/python/relax/test_tvmscript_parser.py:1148–1150  ·  view source on GitHub ↗
(x: R.Tensor((10, 5), "float32"))

Source from the content-addressed store, hash-verified

1146 class Mod0:
1147 @R.function
1148 def foo(x: R.Tensor((10, 5), "float32")):
1149 s = R.add(x, x)
1150 return s
1151
1152 @R.function
1153 def main(x: R.Tensor((10, 5), "float32")):

Callers 2

mainMethod · 0.45
mainMethod · 0.45

Calls 2

TensorMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected