[loco] Implement AvgPool2D shape inference (#6251)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 6 Aug 2019 08:16:14 +0000 (17:16 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 6 Aug 2019 08:16:14 +0000 (17:16 +0900)
commitc28803d2540458e12231b1ba94d70fec829dceee
tree4af93956f156ea014b6bb8b6fa3c8489b5f2f134
parent910effbaaf7754458877dc47d5b6d9132bf21845
[loco] Implement AvgPool2D shape inference (#6251)

* [loco] Implement AvgPool2D shape inference

This commit extends CanonicalShapeInferenceRule to accept AvgPool2D nodes.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Update testcase

* Introduce FeatureShapeUpdater
compiler/loco/src/Service/CanonicalShapeInferenceRule.cpp
compiler/loco/src/Service/CanonicalShapeInferenceRule.test.cpp
compiler/loco/src/Service/GraphTestcase.h