Fix softmax of ACL op for matrix input (#1020)
author박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 3 May 2018 06:57:44 +0000 (15:57 +0900)
committer김정현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh0822.kim@samsung.com>
Thu, 3 May 2018 06:57:44 +0000 (15:57 +0900)
commita2dc5f991ce5a8f33052311e0dd49eccef44c16f
tree50a0e56b2ef7a48f5ea43dc001bfba823c6639c0
parent16e9a17f9f820980e0fb774124c93e7517cf7302
Fix softmax of ACL op for matrix input (#1020)

This will fix ACL softmax op that has matrix input
- this adds MatrixInputAccessor class to handle matrix input

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
libs/kernel/acl/src/IO_accessor.cpp
libs/kernel/acl/src/IO_accessor.h
libs/kernel/acl/src/cl/Softmax.cpp