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

Function case7

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

Source from the content-addressed store, hash-verified

314 case6()
315
316 def case7():
317 layout = TileLayout(S[(8, 2, 3, 6) : (6, 24, 6, 1)])
318 layout_expected = TileLayout(S[(8, 2, 18) : (6, 24, 1)])
319 assert_structural_equal(layout_expected, layout.canonicalize())
320
321 case7()
322

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…