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

Function test_make_shape_valid_list

tests/python/relax/test_expr.py:318–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

316
317
318def test_make_shape_valid_list():
319 shape = make_shape([1, 2, 3])
320 assert len(shape) == 3
321
322
323def test_make_shape_valid_tuple():

Callers

nothing calls this directly

Calls 1

make_shapeFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…