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

Method reshape

tests/python/relax/test_transform_static_plan_block_memory.py:38–39  ·  view source on GitHub ↗
(rxplaceholder: T.Buffer((T.int64(2), T.int64(4)), "float32"), T_reshape: T.Buffer(T.int64(8), "float32"))

Source from the content-addressed store, hash-verified

36
37 @T.prim_func(s_tir=True)
38 def reshape(rxplaceholder: T.Buffer((T.int64(2), T.int64(4)), "float32"), T_reshape: T.Buffer(T.int64(8), "float32")):
39 T.evaluate(0)
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")):

Callers 2

mainMethod · 0.45
mainMethod · 0.45

Calls 1

evaluateMethod · 0.45

Tested by

no test coverage detected