openvino/tools/pot/tests/data/intermediate_configs/ref_configuration.json

52 lines
1.5 KiB
JSON

{
"performance": {
"1/fq_input_0": {
"activations": {"bits": 8, "mode": "symmetric", "granularity": "pertensor"}},
"1/fq_weights_1": {
"weights": {
"bits": 8,
"mode": "symmetric",
"level_low": -127,
"level_high": 127,
"granularity": "perchannel"
}
},
"2/fq_input_0": {
"activations": {"bits": 8, "mode": "symmetric", "granularity": "pertensor"}
}
},
"mixed":
{
"1/fq_input_0": {
"activations": {"bits": 8, "mode": "asymmetric", "granularity": "pertensor"}},
"1/fq_weights_1": {
"weights": {
"bits": 8,
"mode": "symmetric",
"level_low": -127,
"level_high": 127,
"granularity": "perchannel"
}
},
"2/fq_input_0": {
"activations": {"bits": 8, "mode": "asymmetric", "granularity": "pertensor"}
}
},
"accuracy": {
"1/fq_input_0": {
"activations": {"bits": 8, "mode": "asymmetric", "granularity": "pertensor"}},
"1/fq_weights_1": {
"weights": {
"bits": 8,
"mode": "asymmetric",
"level_low": -128,
"level_high": 127,
"granularity": "perchannel"
}
},
"2/fq_input_0": {
"activations": {"bits": 8, "mode": "asymmetric", "granularity": "pertensor"}
}
}
}