Make to support EmbeddingLookup op for acl neon (#7663)
author장지섭/On-Device Lab(SR)/Engineer/삼성전자 <jiseob.jang@samsung.com>
Mon, 23 Sep 2019 05:32:15 +0000 (14:32 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 23 Sep 2019 05:32:15 +0000 (14:32 +0900)
commit0fe725cb4103df8ee02238bb3954864281d53f03
treeb1863a64fb3df3a5c62b920ae2a001ff9f9f4dc1
parent14ab61574f72300ee1b539d8565d8ee9312c515f
Make to support EmbeddingLookup op for acl neon (#7663)

This commit makes to support EmbeddingLookup op for acl neon.
  - Introduce NEEmbeddingLookup NEEmbeddingLookupKernel
  - Apply NEEmbeddingLookup layer for neurun

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
runtimes/libs/ARMComputeEx/arm_compute/core/NEON/kernels/NEEmbeddingLookupKernel.h [new file with mode: 0644]
runtimes/libs/ARMComputeEx/arm_compute/runtime/NEON/NEFunctionsEx.h
runtimes/libs/ARMComputeEx/arm_compute/runtime/NEON/functions/NEEmbeddingLookup.h [new file with mode: 0644]
runtimes/libs/ARMComputeEx/src/core/NEON/kernels/NEEmbeddingLookupKernel.cpp [new file with mode: 0644]
runtimes/libs/ARMComputeEx/src/runtime/NEON/functions/NEEmbeddingLookup.cpp [new file with mode: 0644]
runtimes/neurun/backend/acl_neon/KernelGenerator.cc
runtimes/neurun/backend/acl_neon/KernelGenerator.h
runtimes/neurun/backend/acl_neon/ShapeFixer.cc
runtimes/neurun/backend/acl_neon/ShapeFixer.h
tests/nnapi/nnapi_gtest.skip.armv7l-linux.acl_neon
tests/scripts/neurun_frameworktest_list.armv7l.acl_neon.txt