Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
def
_test(op: str, *args):
25
return
TilePrimitiveCall(*args, op=Op.get(
"tirx.tile."
+ op), workspace={}, config={})
26
27
28
def
test_copy():
Callers
3
test_copy
Function · 0.85
test_fill
Function · 0.85
test_gemm
Function · 0.85
Calls
2
TilePrimitiveCall
Class · 0.90
get
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…