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