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

Function test_shape_expr

tests/python/relax/test_expr_functor.py:426–428  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

424
425
426def test_shape_expr():
427 x = relax.ShapeExpr([m, n])
428 basic_check(x, "ShapeExpr", "ShapeExpr")
429
430
431def test_call():

Callers

nothing calls this directly

Calls 1

basic_checkFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…