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