[moco-tf] Fix pad for AvgPool2D in fix shape (#6196)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 5 Aug 2019 08:17:26 +0000 (17:17 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 5 Aug 2019 08:17:26 +0000 (17:17 +0900)
commit2e16b357cd9e42a25edff8614a79e7da2fb39b45
tree827d580075c5b3c3020efb942c3216d45923cd9f
parente0cde039c43f542dc88f3ad03f6b30dcc3524cab
[moco-tf] Fix pad for AvgPool2D in fix shape (#6196)

* [moco-tf] Fix pad for AvgPool2D in fix shape

This will merge fix pad for AvgPool2D node in fix shape transform

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* remove local var only for assert

* remove useless assert

* remove unused header
compiler/moco-tf/src/Transforms/FixShapeTransform.cpp