rich_render
torch_to_nnef.remodeler.rich_render
print_signatures_rich
print_signatures_rich(sigs: T.List[SubnetSignature], *, to_path=None, diff: bool = False, rich=None, model_label: T.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.