Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ f
Function
f
tests/python/relax/test_tvmscript_parser.py:81–84 ·
view source on GitHub ↗
( x: R.Tensor((2, 3), "float32", ndim=3), )
Source
from the content-addressed store, hash-verified
79
80
@R.function
81
def
f(
82
x: R.Tensor((2, 3),
"float32"
, ndim=3),
83
):
# error: ndim and the shape dims are mismatch
84
return
x
85
86
87
def
test_unexpected_num_kw_args():
Callers
nothing calls this directly
Calls
8
Tensor
Method · 0.80
call_tir
Method · 0.80
max
Method · 0.80
dataflow
Method · 0.80
output
Method · 0.80
cast
Method · 0.45
add
Method · 0.45
multiply
Method · 0.45
Tested by
no test coverage detected