Expand description
Utility functions for the IR.
This module provides helper functions for:
- Pretty printing expressions and graphs
- Computing IR statistics
- Formatting and display utilities
Structs§
- Expr
Stats - Statistics about a TLExpr.
- Graph
Stats - Statistics about an EinsumGraph.
Functions§
- pretty_
print_ expr - Pretty-print a TLExpr to a string.
- pretty_
print_ graph - Pretty-print a graph to a string.