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

Function case4

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

Source from the content-addressed store, hash-verified

293 case3()
294
295 def case4():
296 layout = TileLayout(S[(8, 8, 1, 1, 1, 4, 1, 1) : (512, 64, 1, 1, 1, 2, 1, 1)])
297 layout_expected = TileLayout(S[(64, 4) : (64, 2)])
298 assert_structural_equal(layout_expected, layout.canonicalize())
299
300 case4()
301

Callers 4

test_tile_layoutFunction · 0.85
test_storageFunction · 0.85
test_sliceFunction · 0.85

Calls 9

TileLayoutClass · 0.90
assert_structural_equalFunction · 0.90
canonicalizeMethod · 0.80
is_tile_innerMethod · 0.80
is_tile_outerMethod · 0.80
storageMethod · 0.80
verify_sliceFunction · 0.70
tileMethod · 0.45
sliceMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…