Imported Upstream version 1.7.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / Less_000 / test.recipe
1 operand {
2   name: "ifm1"
3   type: FLOAT32
4   shape { dim: 1 dim: 4 dim: 4 dim: 3 }
5 }
6 operand {
7   name: "ifm2"
8   type: FLOAT32
9   shape { dim: 1 dim: 4 dim: 4 dim: 3 }
10 }
11 operand {
12   name: "ofm"
13   type: BOOL
14   shape { dim: 1 dim: 4 dim: 4 dim: 3 }
15 }
16 operation {
17   type: "Less"
18   less_options {
19   }
20   input: "ifm1"
21   input: "ifm2"
22   output: "ofm"
23 }
24 input: "ifm1"
25 input: "ifm2"
26 output: "ofm"