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

Function test_make_shape_valid_tuple

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

Source from the content-addressed store, hash-verified

321
322
323def test_make_shape_valid_tuple():
324 shape = make_shape((4, 5))
325 assert len(shape) == 2
326
327
328if __name__ == "__main__":

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…