Imported Upstream version 1.7.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / Reshape_003 / test.recipe
1 operand {
2   name: "ifm"
3   type: FLOAT32
4   shape { dim: 1 dim: 1 dim: 1 dim: 10 }
5 }
6 operand {
7   name: "ofm"
8   type: FLOAT32
9   shape { dim: 10 }
10 }
11 operation {
12   type: "Reshape"
13   # reshape_options is intentionally omitted here
14   input: "ifm"
15   output: "ofm"
16 }
17 input: "ifm"
18 output: "ofm"