Imported Upstream version 1.9.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / Tanh_U8_000 / test.recipe
1 operand {
2   name: "ifm"
3   type: UINT8
4   shape { dim: 1 dim: 3 dim: 3 dim: 2 }
5   quant { min: 0 max: 2 scale: 0.0078125 zero_point: 0 }
6 }
7 operand {
8   name: "ofm"
9   type: UINT8
10   shape { dim: 1 dim: 3 dim: 3 dim: 2 }
11   quant { min: 0 max: 2 scale: 0.0078125 zero_point: 0 }
12 }
13 operation {
14   type: "Tanh"
15   input: "ifm"
16   output: "ofm"
17 }
18 input: "ifm"
19 output: "ofm"