[locomotiv] Conv2D support padding (#3814)
author채성우/On-Device Lab(SR)/Engineer/삼성전자 <sw4670.chae@samsung.com>
Mon, 24 Jun 2019 04:57:11 +0000 (13:57 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 24 Jun 2019 04:57:11 +0000 (13:57 +0900)
commite59aa56e72a3d84df0a2bae4820e02acb14e7762
treee423e84a89ce6949ff8ea33c3223deea67bc3712
parent9e8296aea00b61097f1a8239ffb1f9a67eb68e91
[locomotiv] Conv2D support padding (#3814)

* [locomotiv]Conv2D support padding

This commit adds a test for padding.

Signed-off-by: seongwoo <sw4670.chae@samsung.com>
* This commit add some example for padding

* This commit modify some indentation.

* This commit moidfy indentation.

* This commit is adding comment in test script to help understand.

* This commit add tensorflow code.

* This commit modify comment for test

* This commit apply comments.
contrib/locomotiv/src/Node/Conv2D.cpp
contrib/locomotiv/src/Node/Conv2D.test.cpp