We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04912f commit ac008d7Copy full SHA for ac008d7
backends/cadence/aot/memory_planning.py
@@ -367,6 +367,7 @@ def print_memory_planning_info(
367
368
# Print the memory usage per memory space as a table
369
logging.info(
370
+ "\n" +
371
tabulate(
372
memory_usage_table,
373
headers=[
@@ -398,6 +399,7 @@ def print_memory_planning_info(
398
399
400
# Print the total memory usage as a table
401
402
403
404
total_memory_usage_table,
405
tablefmt="outline",
0 commit comments