[moco-tf] Update input accessor (#8276)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 17 Oct 2019 09:40:50 +0000 (18:40 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 17 Oct 2019 09:40:50 +0000 (18:40 +0900)
commitdfd1910dfa1009c4ed4bb20a175aceb60b806e64
tree0fca641f79dd1afb0e38b24579a687aa2ab2e381
parentfbfd13dfc23277729fb45b46ec30515de64a9ebc
[moco-tf] Update input accessor (#8276)

This will update to use correct input accessor for MaxPool and FusedBatchNorm node and related variables

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
compiler/moco-tf/src/Canonicalization/MaxPoolCanonicalizer.cpp
compiler/moco-tf/src/Op/FusedBatchNorm.cpp
compiler/moco-tf/src/Op/FusedBatchNorm.test.cpp
compiler/moco-tf/src/Op/MaxPool.cpp
compiler/moco-tf/src/Op/MaxPool.test.cpp
compiler/moco-tf/src/TFFormattedGraph.cpp
compiler/moco-tf/src/Transforms/ResolveFusedBatchNorm.cpp