MCPcopy
hub / github.com/apache/tvm / before

Method before

tests/python/relax/test_transform_fold_constant.py:72–75  ·  view source on GitHub ↗
(c0: R.Tensor((16, 16), "float32"))

Source from the content-addressed store, hash-verified

70
71 @R.function
72 def before(c0: R.Tensor((16, 16), "float32")):
73 cls = Module
74 lv0 = relax.call_tir(cls.addone, (c0,), R.Tensor((16, 16), dtype="float32"))
75 return lv0
76
77 @R.function
78 def expected(c1: R.Tensor((16, 16), "float32")):

Callers

nothing calls this directly

Calls 15

TensorMethod · 0.80
call_tirMethod · 0.80
dataflowMethod · 0.80
outputMethod · 0.80
match_castMethod · 0.80
subtractMethod · 0.80
ShapeMethod · 0.80
addMethod · 0.45
multiplyMethod · 0.45
reshapeMethod · 0.45
reluMethod · 0.45
shapeMethod · 0.45

Tested by

no test coverage detected