Imported Upstream version 1.7.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / LeakyRelu_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: "LeakyRelu"
13   leaky_relu_options {
14     alpha: 2.0
15   }
16   input: "ifm"
17   output: "ofm"
18 }
19 input: "ifm"
20 output: "ofm"