[neurun] Enable EmbeddingLookup, L2Normalization, HashtableLookup ops (#4707)
author김수진/On-Device Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>
Mon, 18 Mar 2019 04:37:31 +0000 (13:37 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 18 Mar 2019 04:37:31 +0000 (13:37 +0900)
commit474503af4215f7207160c9801b85363310dafb1b
tree79bccce257e7320dd0527585882f973c19522aec
parent26bc0816d1df7781be314e7e6ee6ffc09ad2e6a9
[neurun] Enable EmbeddingLookup, L2Normalization, HashtableLookup ops (#4707)

* [neurun] Enable EmbeddingLookup, L2Normalization, HashtableLookup ops

This commit enables `EmbeddingLookup`, `L2Normalization`, `HashtableLookup` ops for `acl_cl`.

Signed-off-by: sjsujinkim <sjsujin.kim@samsung.com>
* Add comment
15 files changed:
runtimes/neurun/frontend/nnapi/frontend/wrapper/OperationFactory.cc
runtimes/neurun/src/backend/acl_cl/StageGenerator.cc
runtimes/neurun/src/backend/acl_cl/StageGenerator.h
runtimes/neurun/src/compiler/OperationValidator.cc
runtimes/neurun/src/compiler/OperationValidator.h
runtimes/neurun/src/model/operation/EmbeddingLookupNode.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/EmbeddingLookupNode.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/HashtableLookupNode.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/HashtableLookupNode.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/L2NormalizationNode.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/L2NormalizationNode.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/Node.Include.h
runtimes/neurun/src/model/operation/Op.lst
tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun
tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt