Implement convolution kernel with ACL (#521)
author박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 10 Apr 2018 06:49:30 +0000 (15:49 +0900)
committer김정현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh0822.kim@samsung.com>
Tue, 10 Apr 2018 06:49:30 +0000 (15:49 +0900)
commit312aa1ec73e103af8305c08329cfaf7b1f2de16c
tree4b7b9b55de18a91a1d142a37184daa60d1b52b04
parentc95233b1a4f31b848d9e2b182b9fa5779f1a44ba
Implement convolution kernel with ACL (#521)

This will implement convolution kernel with ACL in the simplest way.

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
src/kernel/acl/CMakeLists.txt
src/kernel/acl/src/Conv2D_acl.cpp
src/kernel/acl/src/Conv2D_acl.test.cpp
src/kernel/acl/src/IO_accessor.cpp [new file with mode: 0644]
src/kernel/acl/src/IO_accessor.h [new file with mode: 0644]