Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / Quant_Mul_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.91511106
12     max: 4.63654947
13     scale: 0.0374574922
14     zero_point: 3
15     quantized_dimension: 0
16   }
17   is_variable: false
18 }
19 operand {
20   name: "x_1"
21   type: INT8
22   shape {
23     dim: 1
24     dim: 28
25     dim: 28
26     dim: 64
27   }
28   quant {
29     min: -4.70411062
30     max: 4.48266
31     scale: 0.0360265523
32     zero_point: 3
33     quantized_dimension: 0
34   }
35   is_variable: false
36 }
37 operand {
38   name: "Identity"
39   type: INT8
40   shape {
41     dim: 1
42     dim: 28
43     dim: 28
44     dim: 64
45   }
46   quant {
47     min: -10.2211161
48     max: 10.4154072
49     scale: 0.0809275433
50     zero_point: -2
51     quantized_dimension: 0
52   }
53   is_variable: false
54 }
55 operation {
56   type: "Mul"
57   input: "x"
58   input: "x_1"
59   output: "Identity"
60   mul_options {
61     activation: NONE
62   }
63 }
64 input: "x"
65 input: "x_1"
66 output: "Identity"