MCPcopy
hub / github.com/apache/tvm / pad

Method pad

tests/python/relax/test_transform_static_plan_block_memory.py:54–55  ·  view source on GitHub ↗
(rxplaceholder: T.Buffer(T.int64(8), "float32"), PadInput: T.Buffer(T.int64(10), "float32"))

Source from the content-addressed store, hash-verified

52
53 @T.prim_func(s_tir=True)
54 def pad(rxplaceholder: T.Buffer(T.int64(8), "float32"), PadInput: T.Buffer(T.int64(10), "float32")):
55 T.evaluate(0)
56
57 @R.function
58 def main(x: R.Tensor((2, 4), dtype="float32")) -> R.Tensor((10,), dtype="float32"):

Callers 3

mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls 1

evaluateMethod · 0.45

Tested by

no test coverage detected