Implement naive feature map and kernel update (#585)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 12 Apr 2018 00:07:23 +0000 (09:07 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 12 Apr 2018 00:07:23 +0000 (09:07 +0900)
commitd67e778c04f0e03cb46f21aea4ef02e245255526
treec84eddf2625f9adec32eafc8953e450b3bf082fb
parent7d25fc3df6577ad0ae613b296b2bcb39c83418e2
Implement naive feature map and kernel update (#585)

* Implement naive feature map and kernel update

This commit implement unoptimize, naitve offset calulation (which is
easy to debug).

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Remove unused variables
include/util/feature/TextFormatter.h [new file with mode: 0644]
src/kernel/acl/src/IO_accessor.cpp
src/kernel/acl/src/cl/Conv2D.cpp