Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / Quant_PRelu_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.600914
12     max: 4.44562244
13     scale: 0.0354766138
14     zero_point: 2
15     quantized_dimension: 0
16   }
17   is_variable: false
18 }
19 operand {
20   name: "p_re_lu/add;p_re_lu/Relu;p_re_lu/Neg_1;p_re_lu/Relu_1;p_re_lu/mul"
21   type: INT8
22   shape {
23     dim: 1
24     dim: 1
25     dim: 64
26   }
27   filler {
28     tag: "gaussian"
29     arg: "0.0"
30     arg: "0.1"
31   }
32   quant {
33     min: -0.391680807
34     max: 0.391578436
35     scale: 0.00308410078
36     zero_point: 0
37     quantized_dimension: 0
38   }
39   is_variable: false
40 }
41 operand {
42   name: "Identity"
43   type: INT8
44   shape {
45     dim: 1
46     dim: 28
47     dim: 28
48     dim: 64
49   }
50   quant {
51     min: -1.45854628
52     max: 4.44562244
53     scale: 0.0231536031
54     zero_point: -65
55     quantized_dimension: 0
56   }
57   is_variable: false
58 }
59 operation {
60   type: "PRelu"
61   input: "x"
62   input: "p_re_lu/add;p_re_lu/Relu;p_re_lu/Neg_1;p_re_lu/Relu_1;p_re_lu/mul"
63   output: "Identity"
64 }
65 input: "x"
66 output: "Identity"