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

Function inner_func

tests/python/relax/test_tvmscript_parser.py:1099–1101  ·  view source on GitHub ↗
(x1: R.Tensor((2, 3), "float32"))

Source from the content-addressed store, hash-verified

1097 ) -> R.Callable((R.Tensor(None, "float32", ndim=2),), R.Tensor(None, "float32", ndim=2)):
1098 @R.function
1099 def inner_func(x1: R.Tensor((2, 3), "float32")):
1100 s: R.Tensor((2, 3), "float32") = R.add(x1, c1)
1101 return s
1102
1103 return inner_func
1104

Callers 7

mainMethod · 0.85
mainMethod · 0.85
unrelated_functionMethod · 0.85
mainMethod · 0.85
mainMethod · 0.85

Calls 2

TensorMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…