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

Function _test

tests/python/tirx/test_op.py:24–25  ·  view source on GitHub ↗
(op: str, *args)

Source from the content-addressed store, hash-verified

22
23
24def _test(op: str, *args):
25 return TilePrimitiveCall(*args, op=Op.get("tirx.tile." + op), workspace={}, config={})
26
27
28def test_copy():

Callers 3

test_copyFunction · 0.85
test_fillFunction · 0.85
test_gemmFunction · 0.85

Calls 2

TilePrimitiveCallClass · 0.90
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…