Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / Net_TConv_BN_003 / test.recipe
1 operand {
2   name: "Const_transposed"
3   type: FLOAT32
4   shape {
5     dim: 1
6     dim: 3
7     dim: 3
8     dim: 2
9   }
10   filler {
11     tag: "gaussian"
12     arg: "0.0"
13     arg: "0.1"
14   }
15 }
16 operand {
17   name: "Output"
18   type: FLOAT32
19   shape {
20     dim: 1
21     dim: 4
22     dim: 4
23     dim: 1
24   }
25 }
26 operand {
27   name: "FusedBatchNormV3_add_param"
28   type: FLOAT32
29   shape {
30     dim: 1
31   }
32   filler {
33     tag: "explicit"
34     arg: "-2.04724"
35   }
36 }
37 operand {
38   name: "FusedBatchNormV3_mul_0"
39   type: FLOAT32
40   shape {
41     dim: 1
42     dim: 4
43     dim: 4
44     dim: 1
45   }
46 }
47 operand {
48   name: "FusedBatchNormV3_mul_0_param"
49   type: FLOAT32
50   shape {
51     dim: 1
52   }
53   filler {
54     tag: "explicit"
55     arg: "2.00834"
56   }
57 }
58 operand {
59   name: "Input"
60   type: FLOAT32
61   shape {
62     dim: 1
63     dim: 2
64     dim: 2
65     dim: 2
66   }
67 }
68 operand {
69   name: "conv2d_transpose"
70   type: FLOAT32
71   shape {
72     dim: 1
73     dim: 4
74     dim: 4
75     dim: 1
76   }
77 }
78 operand {
79   name: "conv2d_transpose/input_sizes"
80   type: INT32
81   shape {
82     dim: 4
83   }
84   filler {
85     tag: "explicit"
86     arg: "1"
87     arg: "4"
88     arg: "4"
89     arg: "1"
90   }
91 }
92 operand {
93   name: "conv2d_transpose/bias"
94   type: FLOAT32
95   shape {
96     dim: 1
97   }
98   filler {
99     tag: "explicit"
100     arg: "1.03"
101   }
102 }
103 operation {
104   type: "TransposeConv"
105   input: "conv2d_transpose/input_sizes"
106   input: "Const_transposed"
107   input: "Input"
108   input: "conv2d_transpose/bias"
109   output: "conv2d_transpose"
110   transpose_conv_options {
111     padding: VALID
112     stride_w: 1
113     stride_h: 1
114     activation: NONE
115   }
116 }
117 operation {
118   type: "Mul"
119   input: "conv2d_transpose"
120   input: "FusedBatchNormV3_mul_0_param"
121   output: "FusedBatchNormV3_mul_0"
122   mul_options {
123     activation: NONE
124   }
125 }
126 operation {
127   type: "Add"
128   input: "FusedBatchNormV3_mul_0"
129   input: "FusedBatchNormV3_add_param"
130   output: "Output"
131   add_options {
132     activation: NONE
133   }
134 }
135 input: "Input"
136 output: "Output"