Imported Upstream version 1.21.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / Quant_Softmax_001 / test.qconf.json
1 {
2     "default_quantization_dtype" : "int16",
3     "default_granularity" : "channel",
4     "layers" : [
5         {
6             "name" : "ofm",
7             "dtype" : "uint8",
8             "granularity" : "channel"
9         }
10     ]
11 }