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

Function case5

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

Source from the content-addressed store, hash-verified

300 case4()
301
302 def case5():
303 layout = TileLayout(S[(2, 3, 6) : (18, 6, 1)])
304 layout_expected = TileLayout(S[36:1])
305 assert_structural_equal(layout_expected, layout.canonicalize())
306
307 case5()
308

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…