[loco] Implement DepthwiseConv2D shape inference (#6569)
author채성우/On-Device Lab(SR)/Engineer/삼성전자 <sw4670.chae@samsung.com>
Tue, 20 Aug 2019 06:42:07 +0000 (15:42 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 20 Aug 2019 06:42:07 +0000 (15:42 +0900)
commit7ffdfb4ee95b745acbf26bb583765d126407e6b1
tree47b85b288fe733abaa62f5976f8d4ac0d30b262e
parent82b778c702159548114ac757b5699db797e4d6b0
[loco] Implement DepthwiseConv2D shape inference (#6569)

* [loco] Implement DepthwiseConv2D shape inference

This commit extends CanonicalShapeInferenceRule to accept
DepthwiseConv2D nodes.

Signed-off-by: seongwoo <sw4670.chae@samsung.com>
* fix a typo.
compiler/loco/src/Service/CanonicalShapeInferenceRule.cpp
compiler/loco/src/Service/CanonicalShapeInferenceRule.test.cpp