From: 남궁석/On-Device Lab(SR)/Engineer/삼성전자 Date: Thu, 22 Aug 2019 11:55:23 +0000 (+0900) Subject: [moco-tf] Enable RemoveTFIdentityNode Transform (#6834) X-Git-Tag: accepted/tizen/unified/20190903.052428~192 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fac5a1d4b409d9ac0ed24668a85673bffa37cab5;p=platform%2Fcore%2Fml%2Fnnfw.git [moco-tf] Enable RemoveTFIdentityNode Transform (#6834) This commit will enable `RemoveTFIdentityNode` transform Signed-off-by: Seok NamKoong --- diff --git a/compiler/moco-tf/src/Knob.lst b/compiler/moco-tf/src/Knob.lst index f88cc9f..9b8cc97 100644 --- a/compiler/moco-tf/src/Knob.lst +++ b/compiler/moco-tf/src/Knob.lst @@ -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)