summaryrefslogtreecommitdiff
path: root/res/TensorFlowLiteRecipes/Quant_ReLU_000/test.qconf.json
blob: ab70bcc16fe7dc915d951eefc4cab1e6c6aa54e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "default_quantization_dtype" : "uint8",
    "default_granularity" : "channel",
    "layers" : [
        {
            "name" : "ofm",
            "dtype" : "int16",
            "granularity" : "channel"
        }
    ]
}