FIX: build fail due to fromNNShape() (#599)
author김정현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh0822.kim@samsung.com>
Thu, 12 Apr 2018 00:07:50 +0000 (09:07 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 12 Apr 2018 00:07:50 +0000 (09:07 +0900)
commitf2c92386174693a998f99475d70621c92ff79fcc
tree522be17b63dd7dd16e41493af4b6678321a4d79f
parentd67e778c04f0e03cb46f21aea4ef02e245255526
FIX: build fail due to fromNNShape() (#599)

Build fail due to fromNNShape() is moved to namespace nnfw::kernel::acl::util.
This commit fixes this fail by chainging `fromNNShape()` to
`util::fromNNShape()`.

Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
src/kernel/acl/src/cl/Pooling.cpp