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

Method relu

tests/python/relax/test_analysis_estimate_memory_usage.py:45–48  ·  view source on GitHub ↗
(
            rxplaceholder: T.Buffer(T.int64(8), "float32"), compute: T.Buffer(T.int64(8), "float32")
        )

Source from the content-addressed store, hash-verified

43
44 @T.prim_func(s_tir=True)
45 def relu(
46 rxplaceholder: T.Buffer(T.int64(8), "float32"), compute: T.Buffer(T.int64(8), "float32")
47 ):
48 T.evaluate(0)
49
50 @T.prim_func(s_tir=True)
51 def log(

Callers 1

mainMethod · 0.45

Calls 1

evaluateMethod · 0.45

Tested by

no test coverage detected