| 138 | route == Vevo2RouteKind::SingingStyleConversion; |
| 139 | } |
| 140 | |
| 141 | void reject_unknown_options(const runtime::SessionOptions & options) { |
| 142 | for (const auto & [key, value] : options.options) { |
| 143 | (void) value; |
| 144 | if (key.rfind("vevo2.", 0) == 0 && |
| 145 | key != "vevo2.ar_weight_context_mb" && |
| 146 | key != "vevo2.ar_weight_type" && |
| 147 | key != "vevo2.ar_prefill_graph_context_mb" && |
| 148 | key != "vevo2.ar_decode_graph_context_mb" && |
| 149 | key != "vevo2.conv_weight_type" && |