aboutsummaryrefslogtreecommitdiff
path: root/examples/test_fakequant_conv2d_1x1_1x32x32x8_qi8_st11_padSAME_dilat11/test.json
blob: 3331b4628ad6017d6a54be3a9b5ce3f73292f2ea (plain)
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
{
  "pb": "test_tf.pb",
  "tflite": "test.tflite",
  "ofm_file": "ref_ofm.npy",
  "ofm_placeholder": "result",
  "ifm_file": [
    "placeholder_0.npy"
  ],
  "ifm_quant_file": [
    "placeholder_0_quant.npy"
  ],
  "ifm_placeholder": [
    "placeholder_0:0"
  ],
  "ifm_shape": [
    [
      1,
      32,
      32,
      8
    ]
  ],
  "framework_exclusions": [
    "tf"
  ],
  "quantized": 1
}