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