Imported Upstream version 1.19.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / SignatureDef_MultiOut_000 / test.recipe
1 operand {
2   name: "ifm1"
3   type: FLOAT32
4   shape { dim: 1 dim: 3 dim: 3 dim: 2 }
5 }
6 operand {
7   name: "ifm2"
8   type: FLOAT32
9   shape { dim: 1 dim: 3 dim: 3 dim: 2 }
10 }
11 operand {
12   name: "ofm1"
13   type: FLOAT32
14   shape { dim: 1 dim: 3 dim: 3 dim: 2 }
15 }
16 operand {
17   name: "ofm2"
18   type: FLOAT32
19   shape { dim: 1 dim: 3 dim: 3 dim: 2 }
20 }
21 operand {
22   name: "ofm3"
23   type: FLOAT32
24   shape { dim: 1 dim: 3 dim: 3 dim: 2 }
25 }
26 operation {
27   type: "Add"
28   input: "ifm1"
29   input: "ifm2"
30   output: "ofm1"
31   add_options {
32     activation: NONE
33   }
34 }
35 operation {
36   type: "Mul"
37   input: "ifm1"
38   input: "ifm2"
39   output: "ofm2"
40   mul_options {
41     activation: 0
42   }
43 }
44 operation {
45   type: "Sub"
46   input: "ifm1"
47   input: "ifm2"
48   output: "ofm3"
49   sub_options {
50     activation: 0
51   }
52 }
53 signature_def {
54   inputs: {
55     name: "ifm1"
56     tensor_index: 0
57   }
58   inputs: {
59     name: "ifm2"
60     tensor_index: 1
61   }
62   outputs {
63     name: "ofm2"
64     tensor_index: 3
65   }
66   outputs {
67     name: "ofm3"
68     tensor_index: 4
69   }
70   outputs {
71     name: "ofm1"
72     tensor_index: 2
73   }
74   method_name: "serving_default"
75   key: "serv"
76   subgraph_index: 0
77 }
78 input: "ifm1"
79 input: "ifm2"
80 output: "ofm3"
81 output: "ofm1"
82 output: "ofm2"