| 92 | bool metal_graph_prompt_test; |
| 93 | } cli_generation_options; |
| 94 | |
| 95 | typedef struct { |
| 96 | ds4_engine_options engine; |
| 97 | ds4_dist_options *dist; |
| 98 | cli_generation_options gen; |
| 99 | char *prompt_owned; |
| 100 | bool inspect; |
| 101 | /* CLI flag wiring: raw argv values for --gpu-vram and --gpu-devices. |
no test coverage detected