From 85d9758e80c882d446540cee0a10e4cfeecb4c36 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=A2=85=ED=98=84/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Staff=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Mon, 10 Dec 2018 15:33:33 +0900 Subject: [PATCH] [enco/tfl] Use NONE when setting activation (#2583) This commit rewrites Concat_000 test recipe to use "NONE" instead of explicit integer (0) to make it easy to understand. Signed-off-by: Jonghyun Park --- contrib/enco/test/tflite/Concat_000/test.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/enco/test/tflite/Concat_000/test.recipe b/contrib/enco/test/tflite/Concat_000/test.recipe index cd4ef46..35641bd 100644 --- a/contrib/enco/test/tflite/Concat_000/test.recipe +++ b/contrib/enco/test/tflite/Concat_000/test.recipe @@ -17,7 +17,7 @@ operation { type: "Concatenation" concatenation_options { axis: 3 - activation: 0 + activation: NONE } input: "ifm1" input: "ifm2" -- 2.7.4