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

Function case9

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

Source from the content-addressed store, hash-verified

328 case8()
329
330 def case9():
331 layout = TileLayout(S[(3, 4, 5, 2) : (20, 5, 1, 60)])
332 layout_expected = TileLayout(S[(60, 2) : (1, 60)])
333 assert_structural_equal(layout_expected, layout.canonicalize())
334
335 case9()
336

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…