[NNOP] Introduce module shape (#570)
author김정현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh0822.kim@samsung.com>
Wed, 11 Apr 2018 07:18:10 +0000 (16:18 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 11 Apr 2018 07:18:10 +0000 (16:18 +0900)
commit105faca9370cdf6e835d81716edbd3eac33fb2b3
treee146f60b62282b95c10724d0f2489c6d0fc29162
parent8412f890d42a4fe04824aa1e13ff6cb513f7fdc2
[NNOP] Introduce module shape (#570)

This commit introduces a module shape. This module includes
getSizeOfDimension(), fromVectorNNShape(), and fromNNShape().
These functions are commonly used in various layer implementations.

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