Skip to main content

Mojo function

print_layout

print_layout(layout: Layout)

Prints a 2D layout to the standard output.

This function visualizes a 2D layout by printing a formatted table showing the memory indices for each logical coordinate.

Args:

  • layout (Layout): The 2D layout to print.

Was this page helpful?