torch_to_nnef.remodeler.rich_render
Functions:
| Name | Description |
|---|---|
print_signatures_rich |
Render signatures using Rich tables/colors (requires |
print_signatures_rich
print_signatures_rich(sigs: List[SubnetSignature], *, to_path=None, diff: bool = False, rich=None, model_label: Optional[str] = None) -> None
Render signatures using Rich tables/colors (requires rich).
If to_path is provided, falls back to plain-text rendering since rich
console layout is typically for terminals only.