[NNOP] The first version of reshape layer (#566)
author김정현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh0822.kim@samsung.com>
Wed, 11 Apr 2018 05:36:37 +0000 (14:36 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 11 Apr 2018 05:36:37 +0000 (14:36 +0900)
commit0a70e934e58b01e7b5900796c372d211706da9b8
tree5f23a7ebc34133ff163d3c98ac077b130cb72731
parent2c14b0875fa25ddd44b39efb98118915f1dd69d3
[NNOP] The first version of reshape layer (#566)

This commit introduces the first version of reshape layer using ACL.
Unit test will be added more in later commits.

Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
src/kernel/acl/CMakeLists.txt
src/kernel/acl/src/cl/Reshape.cpp [new file with mode: 0644]
src/kernel/acl/src/cl/Reshape.test.cpp [new file with mode: 0644]