[shape_inference] Implemented shape inference for max pooling (#5654)
authorIvan Vagin/AI Tools Lab /SRR/Engineer/삼성전자 <ivan.vagin@samsung.com>
Thu, 18 Jul 2019 07:19:38 +0000 (10:19 +0300)
committer이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Thu, 18 Jul 2019 07:19:38 +0000 (16:19 +0900)
commite6ff96dead96596a94c170f0ec52f558d705a61c
tree3ff8a6630352b5c020c42649fd9d76d15adf9033
parent5823345105ecaddaefc09620290acf57d0e4d81c
[shape_inference] Implemented shape inference for max pooling (#5654)

* [neurun] Made ShapeInference to consume shapes instead of nodes

Made ShapeInference to consume shapes instead of nodes

Signed-off-by: Ivan Vagin <ivan.vagin@samsung.com>
* [shape_inference] Implemented shape inference for max pooling

Implemented shape inference for max pooling

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