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

Method relu

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

40
41 @T.prim_func(s_tir=True)
42 def relu(rxplaceholder: T.Buffer(T.int64(8), "float32"), compute: T.Buffer(T.int64(8), "float32")):
43 T.evaluate(0)
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")):

Callers 3

mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls 1

evaluateMethod · 0.45

Tested by

no test coverage detected