Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / Logistic_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: 1 scale: 0.00390625 zero_point: -128 }
6 }
7 operand {
8   name: "ofm"
9   type: UINT8
10   shape { dim: 1 dim: 3 dim: 3 dim: 2 }
11   quant { min: 0 max: 1 scale: 0.00390625 zero_point: -128 }
12 }
13 operation {
14   type: "Logistic"
15   input: "ifm"
16   output: "ofm"
17 }
18 input: "ifm"
19 output: "ofm"