[locomotiv] execution for elementwise add (#6079)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 1 Aug 2019 05:01:12 +0000 (14:01 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 1 Aug 2019 05:01:12 +0000 (14:01 +0900)
commit8c7e12d29d6525f37b51978501cb8fe49984bde5
treef456ea6139ad3b522ab8062a5bf14ae7d79a3fd0
parent642c5eb9725609875d91b71b47cb3071d66715bf
[locomotiv] execution for elementwise add (#6079)

* [locomotiv] execution for elementwise add

This will introduce execution for EltwiseAdd node

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* validate shape

* remove using namespace

* check if same domain not tensor
compiler/locomotiv/src/Node.lst
compiler/locomotiv/src/Node/EltwiseAdd.cpp [new file with mode: 0644]
compiler/locomotiv/src/Node/EltwiseAdd.test.cpp [new file with mode: 0644]