Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
983
def
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_span
Function · 0.85
Calls
2
TileLayout
Class · 0.90
size
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…