[moco-tf] Turning on the knob for ReorderDecodeTensorBiasAdd (#6535)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Tue, 13 Aug 2019 07:36:43 +0000 (16:36 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 13 Aug 2019 07:36:43 +0000 (16:36 +0900)
This commit turns on the knob for ReorderDecodeTensorBiasAdd

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

index 4ae6a34..75b6ec0 100644 (file)
@@ -32,7 +32,7 @@ KNOB_BOOL(RemoveForwardNode, true, Enable RemoveForwardNode optimization)
 KNOB_BOOL(ReorderDecode, true, Enable ReorderDecode optimization)
 // BEG: These knobs are valid only when ReorderDecode is enabled
 KNOB_BOOL(ReorderDecodeReLU, true, Reorder FeatureDecode-ReLU)
-KNOB_BOOL(ReorderDecodeTensorBiasAdd, false, Reorder FeatureDecode-TensorBiasAdd)
+KNOB_BOOL(ReorderDecodeTensorBiasAdd, true, Reorder FeatureDecode-TensorBiasAdd)
 // END
 KNOB_BOOL(SimplifyDomainConversion, true, Enable SimplifyDomainConversion optimization)