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