Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / Quant_AveragePool2D_I8_000 / test.recipe
1 operand {
2   name: "x"
3   type: INT8
4   shape {
5     dim: 1
6     dim: 28
7     dim: 28
8     dim: 64
9   }
10   quant {
11     min: -4.91805935
12     max: 4.73869658
13     scale: 0.0378696285
14     zero_point: 2
15     quantized_dimension: 0
16   }
17   is_variable: false
18 }
19 operand {
20   name: "Identity"
21   type: INT8
22   shape {
23     dim: 1
24     dim: 14
25     dim: 14
26     dim: 64
27   }
28   quant {
29     min: -4.91805935
30     max: 4.73869658
31     scale: 0.0378696285
32     zero_point: 2
33     quantized_dimension: 0
34   }
35   is_variable: false
36 }
37 operation {
38   type: "AveragePool2D"
39   input: "x"
40   output: "Identity"
41   averagepool2d_options {
42     padding: VALID
43     stride_w: 2
44     stride_h: 2
45     filter_width: 2
46     filter_height: 2
47     activation: NONE
48   }
49 }
50 input: "x"
51 output: "Identity"