MCPcopy Create free account
hub / github.com/apache/tvm / tile_layout_size

Function tile_layout_size

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

Source from the content-addressed store, hash-verified

982
983def test_size_span():
984 def tile_layout_size():
985 layout = TileLayout(S[(8, 8) : (8, 1)])
986 assert layout.size() == 64
987
988 tile_layout_size()
989

Callers 1

test_size_spanFunction · 0.85

Calls 2

TileLayoutClass · 0.90
sizeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…