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

Method foo

tests/python/relax/test_tvmscript_parser.py:208–211  ·  view source on GitHub ↗
(x: R.Tensor((128, 128), "float32"))

Source from the content-addressed store, hash-verified

206
207 @R.function
208 def foo(x: R.Tensor((128, 128), "float32")) -> R.Tensor((128, 128), "float32"):
209 cls = TestModule
210 gv0 = R.call_tir(cls.tir_func, x, R.Tensor((128, 128), dtype="float32"))
211 return gv0
212
213 x = relax.Var("x", R.Tensor((128, 128), "float32"))
214 bb = relax.BlockBuilder()

Callers

nothing calls this directly

Calls 3

TensorMethod · 0.80
call_tirMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected