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

Method exp

tests/python/relax/test_analysis_estimate_memory_usage.py:58–62  ·  view source on GitHub ↗
(
            rxplaceholder: T.Buffer((T.int64(2), T.int64(4)), "float32"),
            compute: T.Buffer((T.int64(2), T.int64(4)), "float32"),
        )

Source from the content-addressed store, hash-verified

56
57 @T.prim_func(s_tir=True)
58 def exp(
59 rxplaceholder: T.Buffer((T.int64(2), T.int64(4)), "float32"),
60 compute: T.Buffer((T.int64(2), T.int64(4)), "float32"),
61 ):
62 T.evaluate(0)
63
64 @T.prim_func(s_tir=True)
65 def pad(

Callers 1

mainMethod · 0.45

Calls 1

evaluateMethod · 0.45

Tested by

no test coverage detected