Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / Unique_000 / test.recipe
1 operand {
2   name: "ifm"
3   type: FLOAT32
4   shape { dim: 4 }
5 }
6 operand {
7   name: "ofm"
8   type: FLOAT32
9   shape { }
10 }
11 operand {
12   name: "ofm_idx"
13   type: INT32
14   shape { dim: 4 }
15 }
16 operation {
17   type: "Unique"
18   unique_options {
19     idx_out_type: INT32
20   }
21   input: "ifm"
22   output: "ofm"
23   output: "ofm_idx"
24 }
25 input: "ifm"
26 output: "ofm"
27 output: "ofm_idx"