Implement EMBEDDING_LOOKUP op in pure_acl on cpu (#2647)
author김용섭/동작제어Lab(SR)/Engineer/삼성전자 <yons.kim@samsung.com>
Tue, 11 Sep 2018 04:28:31 +0000 (13:28 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Tue, 11 Sep 2018 04:28:31 +0000 (13:28 +0900)
commit0aa282a82bae7006387d9703b51de5830e3e0ed4
tree0323d3b0144005b93aaf41c31c777d22394cc28d
parent8be846c0d21e244192a2e784f6f451964ed34875
Implement EMBEDDING_LOOKUP op in pure_acl on cpu (#2647)

* Implement EMBEDDING_LOOKUP op in pure_acl on cpu

Implement EMBEDDING_LOOKUP op in pure_acl on cpu

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
* Apply comments

- For 1d tensor, asTensorShape(shape, true)
- Use output_info for offset

* Change output to values
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/layers/SimpleEmbeddingLookup.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleEmbeddingLookup.h [new file with mode: 0644]