[locomotiv] Add Reshape operation (#4033)
author채성우/On-Device Lab(SR)/Engineer/삼성전자 <sw4670.chae@samsung.com>
Wed, 3 Jul 2019 06:31:45 +0000 (15:31 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 3 Jul 2019 06:31:45 +0000 (15:31 +0900)
commitcdbd316cdfa516a87bae4804289d9d86abef95fa
tree05d674f8f46a973e24431442ee7757e922633933
parentba5552a75f652700904b335f9b5a6116ba209f49
[locomotiv] Add Reshape operation (#4033)

* [locomotiv] Add Reshape operation

This commit introduce Reshape operation to locomotiv.

Signed-off-by: seongwoo <sw4670.chae@samsung.com>
* This commit modify code according to comments.
contrib/locomotiv/src/Node.lst
contrib/locomotiv/src/Node/Reshape.cpp [new file with mode: 0644]
contrib/locomotiv/src/Node/Reshape.test.cpp [new file with mode: 0644]