[enco/tfl] Use NONE when setting activation (#2583)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 10 Dec 2018 06:33:33 +0000 (15:33 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 10 Dec 2018 06:33:33 +0000 (15:33 +0900)
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 <jh1302.park@samsung.com>
contrib/enco/test/tflite/Concat_000/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"