From 0ad9b4860b8f3dc96bfd5c37c31cd9f9e9fc9dc8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=9C=A4=EC=A7=80=EC=98=81/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Engineer/=EC=82=BC=EC=84=B1=EC=A0=84?= =?utf8?q?=EC=9E=90?= Date: Fri, 14 Dec 2018 09:51:05 +0900 Subject: [PATCH] [tflchef] Remove default activation of concat test recipe (#2658) * [tflchef] Remove default activation of concat test recipe This patch removes the default activation value of concat test recipe. It will be assigned NONE type by default. Signed-off-by: Jiyoung Yun * Use NONE value instaed of removing that line Signed-off-by: Jiyoung Yun --- contrib/tflchef/tests/concatenation/test.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/tflchef/tests/concatenation/test.recipe b/contrib/tflchef/tests/concatenation/test.recipe index cd4ef46..35641bd 100644 --- a/contrib/tflchef/tests/concatenation/test.recipe +++ b/contrib/tflchef/tests/concatenation/test.recipe @@ -17,7 +17,7 @@ operation { type: "Concatenation" concatenation_options { axis: 3 - activation: 0 + activation: NONE } input: "ifm1" input: "ifm2" -- 2.7.4