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

Function case6

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

Source from the content-addressed store, hash-verified

307 case5()
308
309 def case6():
310 layout = TileLayout(S[(8, 2, 3, 6) : (6, 18, 6, 1)])
311 layout_expected = TileLayout(S[(8, 36) : (6, 1)])
312 assert_structural_equal(layout_expected, layout.canonicalize())
313
314 case6()
315

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…