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

Method exp

tests/python/relax/test_transform_static_plan_block_memory.py:50–51  ·  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

48
49 @T.prim_func(s_tir=True)
50 def exp(rxplaceholder: T.Buffer((T.int64(2), T.int64(4)), "float32"), compute: T.Buffer((T.int64(2), T.int64(4)), "float32")):
51 T.evaluate(0)
52
53 @T.prim_func(s_tir=True)
54 def pad(rxplaceholder: T.Buffer(T.int64(8), "float32"), PadInput: T.Buffer(T.int64(10), "float32")):

Callers 8

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

Calls 1

evaluateMethod · 0.45

Tested by

no test coverage detected