[exo-tflite] Introducing EXOTFLITE_ConvertRelu knob (#6918)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Mon, 26 Aug 2019 07:22:48 +0000 (16:22 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 26 Aug 2019 07:22:48 +0000 (16:22 +0900)
This commit adds EXOTFLITE_ConvertRelu knob.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
compiler/exo-tflite/src/Knob.lst

index 776472d..45084d6 100644 (file)
@@ -9,4 +9,4 @@
 KNOB_BOOL(EnableTFLDialect, false, Convert canonical nodes to TFLNodes)
 
 // operations
-// E.g., KNOB_BOOL(ConvertRelu, false, Convert loco::Relu to TFLRelu)
+KNOB_BOOL(ConvertRelu, false, Convert loco::Relu to TFLRelu)