Imported Upstream version 1.7.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / AddN_000 / test.recipe
1 operand {
2   name: "ifm1"
3   type: FLOAT32
4   shape { dim: 1 dim: 4 dim: 4 dim: 3 }
5 }
6 operand {
7   name: "ifm2"
8   type: FLOAT32
9   shape { dim: 1 dim: 4 dim: 4 dim: 3 }
10 }
11 operand {
12   name: "ifm3"
13   type: FLOAT32
14   shape { dim: 1 dim: 4 dim: 4 dim: 3 }
15 }
16 operand {
17   name: "ofm"
18   type: FLOAT32
19   shape { dim: 1 dim: 4 dim: 4 dim: 3 }
20 }
21 operation {
22   type: "AddN"
23   input: "ifm1"
24   input: "ifm2"
25   input: "ifm3"
26   output: "ofm"
27   add_n_options {
28   }
29 }
30 input: "ifm1"
31 input: "ifm2"
32 input: "ifm3"
33 output: "ofm"