summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>2019-09-18 10:19:22 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2019-09-18 10:19:22 +0900
commit6cc60fb4009a552da4f244ca1d4500a6e541d248 (patch)
tree9123c4b005366e8b6641c0b096108cc44d872d49
parent1664c8bac4dd0ec31d4dd00b30cfbe72dd208069 (diff)
downloadnnfw-6cc60fb4009a552da4f244ca1d4500a6e541d248.tar.gz
nnfw-6cc60fb4009a552da4f244ca1d4500a6e541d248.tar.bz2
nnfw-6cc60fb4009a552da4f244ca1d4500a6e541d248.zip
[moco-tf] Add ResolveSquaredDifference knob (#7558)
This will add ResolveSquaredDifference knob Signed-off-by: SaeHie Park <saehie.park@samsung.com>
-rw-r--r--compiler/moco-tf/src/Knob.lst1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/moco-tf/src/Knob.lst b/compiler/moco-tf/src/Knob.lst
index 9b8cc9774..fd8b4cd8a 100644
--- a/compiler/moco-tf/src/Knob.lst
+++ b/compiler/moco-tf/src/Knob.lst
@@ -20,6 +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(ResolveSquaredDifference, false, Resolve SquaredDifference node)
KNOB_BOOL(RemoveTFIdentityNode, true, Enable RemoveTFIdentityNode optimization)
// Canonicalization