tilelang.tools.plot_layout ========================== .. py:module:: tilelang.tools.plot_layout Functions --------- .. autoapisummary:: tilelang.tools.plot_layout.plot_layout Module Contents --------------- .. py:function:: plot_layout(layout, save_directory='./tmp', name = 'layout', colormap = 'RdPu', verbose = False) Plot the layout of a buffer. :param layout: The layout object that describes how indices are mapped. :type layout: T.Layout :param save_directory: The directory where the output images will be saved (default is "./tmp"). :type save_directory: str, optional :param name: The base name of the output files (default is "layout"). :type name: str, optional :param colormap: The colormap to use for visualization (default is "RdPu"). :type colormap: str, optional :param verbose: If True, prints additional information about the mapping (default is False). :type verbose: bool, optional :rtype: None