MCPcopy 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
87def test_unexpected_num_kw_args():

Callers

nothing calls this directly

Calls 8

TensorMethod · 0.80
call_tirMethod · 0.80
maxMethod · 0.80
dataflowMethod · 0.80
outputMethod · 0.80
castMethod · 0.45
addMethod · 0.45
multiplyMethod · 0.45

Tested by

no test coverage detected