Imported Upstream version 1.7.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / TopKV2_000 / test.recipe
1 operand {
2   name: "ifm"
3   type: FLOAT32
4   shape { dim: 4 }
5 }
6 operand {
7   name: "TopKV2/k"
8   type: INT32
9   shape { }
10   filler {
11     tag: "explicit" arg: "1"
12   }
13 }
14 operand {
15   name: "ofm"
16   type: FLOAT32
17   shape { dim: 1 }
18 }
19 operand {
20   name: "ofm:1"
21   type: INT32
22   shape { dim: 1 }
23 }
24 operation {
25   type: "TopKV2"
26   input: "ifm"
27   input: "TopKV2/k"
28   output: "ofm"
29   output: "ofm:1"
30 }
31 input: "ifm"
32 output: "ofm"
33 output: "ofm:1"