[locomotiv] Supporting MaxPool2D (#3576)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Mon, 27 May 2019 00:01:02 +0000 (09:01 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 27 May 2019 00:01:02 +0000 (09:01 +0900)
commita37b6142789a140ba100d954ecafc3590ceddf4b
tree0fae85878e2c3968c79c3615d06683710e382a54
parentd3fea9b240e8ec38ea2c3cb5cf14129358728898
[locomotiv] Supporting MaxPool2D (#3576)

* [locomotiv] Supporting MaxPool2D

This commit enables locomotiv to run loco MaxPool2D.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
* modify Copyright

* leave the latest copyright

* revised for comments

* adding two assert()s

* adding TODO comment

* fix wrong comment
contrib/locomotiv/src/Node.lst
contrib/locomotiv/src/Node/MaxPool2D.cpp [new file with mode: 0644]
contrib/locomotiv/src/Node/MaxPool2D.test.cpp [new file with mode: 0644]