[shape_inference] Implemented shape inference for convolutions (#5667)
authorIvan Vagin/AI Tools Lab /SRR/Engineer/삼성전자 <ivan.vagin@samsung.com>
Fri, 19 Jul 2019 00:38:41 +0000 (03:38 +0300)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 19 Jul 2019 00:38:41 +0000 (09:38 +0900)
commitbe2586de9d29fc589bdd82023a4d825c5613912e
tree53e76cd16000ca32fdf24a33074a674d751eccc0
parent2db2e95dba7db14a5775f9f023cec7fd18ae4e6b
[shape_inference] Implemented shape inference for convolutions (#5667)

* Implemented shape inference for conv 2d
* Implemented shape inference for depthwise conv 2d

Signed-off-by: Ivan Vagin <ivan.vagin@samsung.com>
runtimes/neurun/core/include/util/ShapeInference.h
runtimes/neurun/core/src/util/ShapeInference.cc
runtimes/neurun/test/util/ShapeInference.cc