[moco-tf] Enable RemoveTFIdentityNode Transform (#6834)
author남궁석/On-Device Lab(SR)/Engineer/삼성전자 <sk.namkoong@samsung.com>
Thu, 22 Aug 2019 11:55:23 +0000 (20:55 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 22 Aug 2019 11:55:23 +0000 (20:55 +0900)
This commit will enable `RemoveTFIdentityNode` transform

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
compiler/moco-tf/src/Knob.lst

index f88cc9f..9b8cc97 100644 (file)
@@ -20,7 +20,7 @@ KNOB_BOOL(FuseBinaryIntoPreceding, true, Fuse Binary node to preceding node)
 KNOB_BOOL(ResolveFusedBatchNorm, true, Enable ResolveFusedBatchNorm transform)
 KNOB_BOOL(ResolveConstantShape, true, Replace determined TFShape to TFConst)
 KNOB_BOOL(ResolveReshapeWildcardDim, true, Resolve wildcard dimension in TFReshape node)
-KNOB_BOOL(RemoveTFIdentityNode, false, Enable RemoveTFIdentityNode optimization)
+KNOB_BOOL(RemoveTFIdentityNode, true, Enable RemoveTFIdentityNode optimization)
 
 // Canonicalization
 KNOB_BOOL(CanonicalizeBiasAdd, true, Enable Canonicalize for BiasAdd node)