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

Method log

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

49
50 @T.prim_func(s_tir=True)
51 def log(
52 rxplaceholder: T.Buffer(T.int64(10), "float32"),
53 compute: T.Buffer(T.int64(10), "float32"),
54 ):
55 T.evaluate(0)
56
57 @T.prim_func(s_tir=True)
58 def exp(

Callers 15

mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
testMethod · 0.45
testFunction · 0.45
test_logMethod · 0.45
test_unary_operationsMethod · 0.45
mainMethod · 0.45

Calls 1

evaluateMethod · 0.45

Tested by

no test coverage detected