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

Function case10

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

Source from the content-addressed store, hash-verified

335 case9()
336
337 def case10():
338 layout = TileLayout(S[(18, 8, 2, 4, 2, 3, 6) : (4, 2, 1, 4, 24, 6, 1)])
339 layout_expected = TileLayout(S[(18, 16, 4, 2, 18) : (4, 1, 4, 24, 1)])
340 assert_structural_equal(layout_expected, layout.canonicalize())
341
342 case10()
343

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…