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