summaryrefslogtreecommitdiff
path: root/compiler/pota-quantization-value-test/expected_outputs/DepthwiseConv2D_002_config/layer/uint8/quantization/ker.json
blob: d465a7c175e1d909bf697e73dcefd88867516982 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
  "weights": [
    [
      [
        [
          2521,
          4681,
          6553,
          8192
        ],
        [
          -22685,
          23405,
          -24029,
          24575
        ]
      ],
      [
        [
          12603,
          14043,
          15291,
          16384
        ],
        [
          32767,
          -32767,
          32767,
          -32767
        ]
      ]
    ]
  ],
  "scale": [
    0.0003967406231879635,
    0.0004272591326639607,
    0.0004577776421399579,
    0.0004882961516159551
  ],
  "zero_point": 0.0,
  "min": [
    -13.0,
    -14.0,
    -15.0,
    -16.0
  ],
  "max": [
    13.0,
    14.0,
    15.0,
    16.0
  ]
}