Imported Upstream version 1.7.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / ReLUN1To1_000 / test.recipe
1 operand {
2   name: "ifm"
3   type: FLOAT32
4   shape { dim: 1 dim: 3 dim: 3 dim: 2 }
5 }
6 operand {
7   name: "ofm"
8   type: FLOAT32
9   shape { dim: 1 dim: 3 dim: 3 dim: 2 }
10 }
11 operation {
12   type: "ReLUN1To1"
13   input: "ifm"
14   output: "ofm"
15 }
16 input: "ifm"
17 output: "ofm"