Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / Quant_ReLU_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.62792873
12     max: 4.3443079
13     scale: 0.0351852402
14     zero_point: 4
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: 28
25     dim: 28
26     dim: 64
27   }
28   quant {
29     min: 0
30     max: 4.3443079
31     scale: 0.0170365013
32     zero_point: -128
33     quantized_dimension: 0
34   }
35   is_variable: false
36 }
37 operation {
38   type: "ReLU"
39   input: "x"
40   output: "Identity"
41 }
42 input: "x"
43 output: "Identity"