{
  "variant": [
    { "match": { "isQ4K": true, "fusedAllowed": true, "hiddenSubblockAligned": true, "hasF16": true, "useF16Input": true, "batchSize": { "gt": 1 } }, "value": "q4k_batched_f16a" },
    { "match": { "isQ4K": true, "fusedAllowed": true, "hiddenSubblockAligned": true, "hasF16": true, "useF16Input": true }, "value": "q4k_f16a" },
    { "match": { "isQ4K": true, "fusedAllowed": true, "hiddenSubblockAligned": true, "batchSize": { "gt": 1 } }, "value": "q4k_batched" },
    { "match": { "isQ4K": true, "fusedAllowed": true, "hiddenSubblockAligned": true }, "value": "q4k" },
    { "match": { "weightDtype": "f16", "hasF16": true, "useF16Input": true, "batchSize": { "gt": 1 } }, "value": "f16_native_batched" },
    { "match": { "weightDtype": "f16", "hasF16": true, "useF16Input": true }, "value": "f16_native" },
    { "match": { "weightDtype": "f16", "batchSize": { "gt": 1 } }, "value": "f16_batched" },
    { "match": { "weightDtype": "f16" }, "value": "f16" },
    { "match": { "batchSize": { "gt": 1 } }, "value": "batched" },
    { "match": { "useMultiOutput": true }, "value": "multi" },
    { "match": {}, "value": "default" }
  ]
}
