Imported Upstream version 1.19.0
[platform/core/ml/nnfw.git] / compiler / tflchef / tests / signature_def_index / test.recipe
1 operand {
2   name: "ifm"
3   type: FLOAT32
4   shape { dim: 1 dim: 3 dim: 3 dim: 2 }
5 }
6 operand {
7   name: "ofm1"
8   type: FLOAT32
9   shape { dim: 1 dim: 3 dim: 3 dim: 2 }
10 }
11 operand {
12   name: "ofm2"
13   type: FLOAT32
14   shape { dim: 1 dim: 3 dim: 3 dim: 2 }
15 }
16 operand {
17   name: "ofm3"
18   type: FLOAT32
19   shape { dim: 1 dim: 3 dim: 3 dim: 2 }
20 }
21 operation {
22   type: "ReLU"
23   input: "ifm"
24   output: "ofm1"
25 }
26 operation {
27   type: "ReLU"
28   input: "ifm"
29   output: "ofm2"
30 }
31 operation {
32   type: "ReLU"
33   input: "ifm"
34   output: "ofm3"
35 }
36 signature_def {
37   inputs: {
38     name: "ifm"
39     tensor_index: 0
40   }
41   outputs {
42     name: "ofm2"
43     tensor_index: 2
44   }
45   outputs {
46     name: "ofm3"
47     tensor_index: 3
48   }
49   outputs {
50     name: "ofm1"
51     tensor_index: 1
52   }
53   method_name: "serving_default"
54   key: "serv"
55   subgraph_index: 0
56 }
57 input: "ifm"
58 output: "ofm3"
59 output: "ofm1"
60 output: "ofm2"