Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / L2Normalize_U8_000 / test.recipe
1 operand {
2   name: "ifm1"
3   type: UINT8
4   shape { dim: 1 dim: 4 dim: 4 dim: 3 }
5   quant { min: 0 max: 2 scale: 0.0078125 zero_point: 128}
6 }
7 operand {
8   name: "ofm"
9   type: UINT8
10   shape { dim: 1 dim: 4 dim: 4 dim: 3 }
11   quant { min: 0 max: 2 scale: 0.0078125 zero_point: 128}
12 }
13 operation {
14   type: "L2Normalize"
15   l2norm_options {
16     activation: NONE
17   }
18   input: "ifm1"
19   output: "ofm"
20 }
21 input: "ifm1"
22 output: "ofm"