{
  "gpuLoaderPath": [
    { "match": { "dtype": "FUNCTIONAL_DESCRIPTOR" }, "value": "functional_descriptor" },
    { "match": { "litertAffineInt4FusedEligible": true }, "value": "litert_int4_fused" },
    { "match": { "w4a16FusedEligible": true }, "value": "w4a16_fused" },
    {
      "match": {
        "dtype": { "in": ["Q4_K_M", "Q4_K"] },
        "q4kDenseExceedsBindingLimit": true,
        "q4kLimitFallbackEligible": true
      },
      "value": "q4k_fused"
    },
    { "match": { "dtype": { "in": ["Q4_K_M", "Q4_K"] }, "q4kMaterializationMode": "mixed" }, "value": "q4k_mixed" },
    { "match": { "dtype": { "in": ["Q4_K_M", "Q4_K"] }, "requiresFusedQ4KRole": true }, "value": "q4k_fused" },
    { "match": { "dtype": { "in": ["Q4_K_M", "Q4_K"] }, "useFusedQ4K": true }, "value": "q4k_fused" },
    {
      "match": {
        "dtype": { "in": ["Q4_K_M", "Q4_K"] },
        "useFusedQ4K": false,
        "q4kCpuReferenceEligible": true,
        "q4kBasicBackendClass": true
      },
      "value": "q4k_dequant_reference"
    },
    { "match": { "dtype": { "in": ["Q4_K_M", "Q4_K"] } }, "value": "q4k_dequant" },
    { "match": { "dtype": "W4A16" }, "value": "w4a16_dequant_reference" },
    { "match": { "dtype": { "in": ["Q4_0", "WNA8O8"] } }, "value": "unsupported_packed_quantization" },
    { "match": { "dtype": "Q6_K" }, "value": "q6k" },
    { "match": { "dtype": "BF16" }, "value": "bf16" },
    { "match": {}, "value": "float" }
  ],
  "cpuLoaderPath": [
    { "match": { "dtype": "FUNCTIONAL_DESCRIPTOR" }, "value": "unsupported_functional_descriptor" },
    { "match": { "dtype": { "in": ["Q4_K_M", "Q4_K", "Q6_K"] } }, "value": "raw" },
    { "match": { "dtype": "W4A16" }, "value": "w4a16_dequant_reference" },
    { "match": { "dtype": { "in": ["Q4_0", "WNA8O8"] } }, "value": "unsupported_packed_quantization" },
    { "match": { "dtype": "BF16" }, "value": "bf16_to_f32" },
    { "match": { "dtype": "F16" }, "value": "f16_to_f32" },
    { "match": {}, "value": "f32" }
  ]
}
