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

Method log

tests/python/relax/test_transform_static_plan_block_memory.py:46–47  ·  view source on GitHub ↗
(rxplaceholder: T.Buffer(T.int64(10), "float32"), compute: T.Buffer(T.int64(10), "float32"))

Source from the content-addressed store, hash-verified

44
45 @T.prim_func(s_tir=True)
46 def log(rxplaceholder: T.Buffer(T.int64(10), "float32"), compute: T.Buffer(T.int64(10), "float32")):
47 T.evaluate(0)
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")):

Callers 3

mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls 1

evaluateMethod · 0.45

Tested by

no test coverage detected