MCPcopy Index your code
hub / github.com/apache/tvm / case11

Function case11

tests/python/tirx/test_layout.py:344–347  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

342 case10()
343
344 def case11():
345 layout = TileLayout(S[(3, 4, 5, 2, 3, 4) : (20, 5, 1, 60, 20, 5)])
346 layout_expected = TileLayout(S[(60, 24) : (1, 5)])
347 assert_structural_equal(layout_expected, layout.canonicalize())
348
349 case11()
350

Callers 1

Calls 3

TileLayoutClass · 0.90
assert_structural_equalFunction · 0.90
canonicalizeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…