MCPcopy Create free account
hub / github.com/apache/tvm / add

Method add

tests/python/relax/test_analysis_estimate_memory_usage.py:30–35  ·  view source on GitHub ↗
(
            rxplaceholder: T.Buffer(T.int64(8), "float32"),
            rxplaceholder_1: T.Buffer((), "float32"),
            T_add: T.Buffer(T.int64(8), "float32"),
        )

Source from the content-addressed store, hash-verified

28 class Module:
29 @T.prim_func(s_tir=True)
30 def add(
31 rxplaceholder: T.Buffer(T.int64(8), "float32"),
32 rxplaceholder_1: T.Buffer((), "float32"),
33 T_add: T.Buffer(T.int64(8), "float32"),
34 ):
35 T.evaluate(0)
36
37 @T.prim_func(s_tir=True)
38 def reshape(

Callers 1

mainMethod · 0.45

Calls 1

evaluateMethod · 0.45

Tested by

no test coverage detected