File size: 791 Bytes
ba96580
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "model_type": "ONNX",
  "npu_mode": "NPU3",
  "quant": {
    "input_configs": [
      {
        "tensor_name": "DEFAULT",
        "calibration_dataset": "./onnx-calibration-no-controlnet/transformer.tar",
        "calibration_size": -1,
        "calibration_format": "NumpyObject"
      }
    ],
    "calibration_method": "MinMax",
    "precision_analysis": true,
    "precision_analysis_method": "PerLayer",
    "enable_smooth_quant": true,
    "conv_bias_data_type": "FP32",
    "layer_configs": [
      {
        "start_tensor_names": [
          "DEFAULT"
        ],
        "end_tensor_names": [
          "DEFAULT"
        ],
        "data_type": "U16"
      }
    ]
  },
  "input_processors": [
    {
      "tensor_name": "DEFAULT"
    }
  ],
  "compiler": {
    "check": 0
  }
}