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

Function func_w_macro

tests/python/tvmscript/test_tvmscript_parser_tir.py:229–234  ·  view source on GitHub ↗
(a: T.handle)

Source from the content-addressed store, hash-verified

227
228 @T.prim_func(private=True, s_tir=True)
229 def func_w_macro(a: T.handle):
230 A = T.match_buffer(a, [128, 128])
231 o1 = T.meta_var(Object(A))
232 o1.load(A)
233 o2 = T.meta_var(Object(A))
234 o2.load(o1.local_x)
235
236 @T.prim_func(private=True, s_tir=True)
237 def func_no_macro(a: T.handle):

Callers

nothing calls this directly

Calls 3

operationFunction · 0.85
ObjectClass · 0.70
loadMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…