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

Method add1

tests/python/relax/test_transform_static_plan_block_memory.py:205–210  ·  view source on GitHub ↗
(
            A: T.Buffer((T.int64(2), T.int64(3)), "int32"),
            B: T.Buffer((T.int64(2), T.int64(3)), "int32"),
            C: T.Buffer((T.int64(2), T.int64(3)), "int32"),
        )

Source from the content-addressed store, hash-verified

203
204 @T.prim_func(s_tir=True)
205 def add1(
206 A: T.Buffer((T.int64(2), T.int64(3)), "int32"),
207 B: T.Buffer((T.int64(2), T.int64(3)), "int32"),
208 C: T.Buffer((T.int64(2), T.int64(3)), "int32"),
209 ):
210 T.evaluate(0)
211
212 @R.function
213 def main(

Callers 4

mainMethod · 0.45
mainMethod · 0.45
func1Method · 0.45
func1Method · 0.45

Calls 1

evaluateMethod · 0.45

Tested by

no test coverage detected