tilelang.analysis.layout_visual¶
函式¶
|
Format fragment layout information into a human-readable string. |
|
Module Contents¶
- tilelang.analysis.layout_visual.print_fragment_format(layout)¶
Format fragment layout information into a human-readable string.
- 參數:
layout (T.Fragment) -- The fragment layout to format
- 回傳:
Formatted string showing shape, thread mapping, and index mapping
- 回傳型別:
str
- tilelang.analysis.layout_visual.LayoutVisual(formats='')¶
- 參數:
formats (str)