Introduce IndexIterator (for feature) (#428)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 5 Apr 2018 02:13:17 +0000 (11:13 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Thu, 5 Apr 2018 02:13:17 +0000 (11:13 +0900)
commit3379c441db73e1ec872c3aaacc63dd3608ed5501
tree11ede9ae55958f5b352e2885b1ad32e1ac21282d
parentbc4c208a97dd2e5a9b276b6b44d55f82723159a5
Introduce IndexIterator (for feature) (#428)

This commit introduces IndexIterator class and relevent helpers in
nnfw::util::feature namespace to make it easy to iterate over feature
elements.

This commit includes updates on NNAPI Conv1 Unittest to demonstrate how
to use these helpers.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
include/util/feature/IndexIterator.h [new file with mode: 0644]
tools/nnapi_unittests/tests/conv_1.cpp