CLI entry point for generating StableHLO MLIR from registered sample models.
Usage: --model= Model to compile (required). Use "list" to print available models. --output= Output file path (optional; prints to stdout if omitted). --height= Input image height (default: 4). --width= Input image width (default: 4). --batch= Batch size (default: 1).