summaryrefslogtreecommitdiff
path: root/compiler/enco/test/tflite/ReLU6_000/test.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/enco/test/tflite/ReLU6_000/test.recipe')
-rw-r--r--compiler/enco/test/tflite/ReLU6_000/test.recipe17
1 files changed, 17 insertions, 0 deletions
diff --git a/compiler/enco/test/tflite/ReLU6_000/test.recipe b/compiler/enco/test/tflite/ReLU6_000/test.recipe
new file mode 100644
index 000000000..226593593
--- /dev/null
+++ b/compiler/enco/test/tflite/ReLU6_000/test.recipe
@@ -0,0 +1,17 @@
+operand {
+ name: "ifm"
+ type: FLOAT32
+ shape { dim: 1 dim: 3 dim: 3 dim: 2 }
+}
+operand {
+ name: "ofm"
+ type: FLOAT32
+ shape { dim: 1 dim: 3 dim: 3 dim: 2 }
+}
+operation {
+ type: "ReLU6"
+ input: "ifm"
+ output: "ofm"
+}
+input: "ifm"
+output: "ofm"