1b329bafc9c5f9033e4e4df715e0d8ac8225d98c
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / Net_TConv_BN_001 / 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: "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: 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 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   }
103 }
104 operation {
105   type: "Mul"
106   input: "conv2d_transpose"
107   input: "FusedBatchNormV3_mul_0_param"
108   output: "FusedBatchNormV3_mul_0"
109   mul_options {
110     activation: NONE
111   }
112 }
113 operation {
114   type: "Add"
115   input: "FusedBatchNormV3_mul_0"
116   input: "FusedBatchNormV3_add_param"
117   output: "FusedBatchNormV3"
118   add_options {
119     activation: NONE
120   }
121 }
122 input: "Hole"
123 output: "FusedBatchNormV3"