Initial version of ACL Conv2D with NEON (#602)
author박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 12 Apr 2018 02:21:17 +0000 (11:21 +0900)
committer김정현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh0822.kim@samsung.com>
Thu, 12 Apr 2018 02:21:17 +0000 (11:21 +0900)
commit0ca880cb5d3a87f1d2dafd08add841f14bf56a1e
treee4bb69d6b9f03c5f6f89cc2a820bf05590a84fbb
parentba585486cad6760a0f4b91f56b5fc9ab65a37b88
Initial version of ACL Conv2D with NEON (#602)

This will add Conv2D with NEON backend.
- implementation will be moved to another module after common codes are moved

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
include/kernel/acl/Conv2D.h
src/kernel/acl/src/cl/Conv2D.cpp
src/kernel/acl/src/cl/Conv2D.test.cpp