[tflchef] Remove default activation of concat test recipe (#2658)
author윤지영/동작제어Lab(SR)/Engineer/삼성전자 <jy910.yun@samsung.com>
Fri, 14 Dec 2018 00:51:05 +0000 (09:51 +0900)
committer박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 14 Dec 2018 00:51:05 +0000 (09:51 +0900)
* [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 <jy910.yun@samsung.com>
* Use NONE value instaed of removing that line

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
contrib/tflchef/tests/concatenation/test.recipe

index cd4ef46..35641bd 100644 (file)
@@ -17,7 +17,7 @@ operation {
   type: "Concatenation"
   concatenation_options {
     axis: 3
-    activation: 0
+    activation: NONE
   }
   input: "ifm1"
   input: "ifm2"