Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / Net_TConv_BN_000 / test.recipe
1 operand {
2   name: "Const_transposed"
3   type: FLOAT32
4   shape {
5     dim: 1
6     dim: 3
7     dim: 3
8     dim: 1
9   }
10   filler {
11     tag: "gaussian"
12     arg: "0.0"
13     arg: "0.1"
14   }
15 }
16 operand {
17   name: "FusedBatchNormV3"
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: "Hole"
60   type: FLOAT32
61   shape {
62     dim: 1
63     dim: 2
64     dim: 2
65     dim: 1
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 operation {
93   type: "TransposeConv"
94   input: "conv2d_transpose/input_sizes"
95   input: "Const_transposed"
96   input: "Hole"
97   output: "conv2d_transpose"
98   transpose_conv_options {
99     padding: VALID
100     stride_w: 1
101     stride_h: 1
102     activation: NONE
103   }
104 }
105 operation {
106   type: "Mul"
107   input: "conv2d_transpose"
108   input: "FusedBatchNormV3_mul_0_param"
109   output: "FusedBatchNormV3_mul_0"
110   mul_options {
111     activation: NONE
112   }
113 }
114 operation {
115   type: "Add"
116   input: "FusedBatchNormV3_mul_0"
117   input: "FusedBatchNormV3_add_param"
118   output: "FusedBatchNormV3"
119   add_options {
120     activation: NONE
121   }
122 }
123 input: "Hole"
124 output: "FusedBatchNormV3"