Introduce nnfw::util::feature namespace (#393)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 3 Apr 2018 13:51:38 +0000 (22:51 +0900)
committer이성재/동작제어Lab(SR)/Principal Engineer/삼성전자 <sj925.lee@samsung.com>
Tue, 3 Apr 2018 13:51:38 +0000 (22:51 +0900)
commitf6e9aa31b5fd099b1e66526dc05e4c3c409abb8f
treed045b3bca07877500762649079dafb21f0d55ce5
parent4486c36ea3cb4aca7d5c8131ffd7c2513c715e12
Introduce nnfw::util::feature namespace (#393)

* Introduce nnfw::util::feature namespace

This commit introduces nnfw::util::feature namespace which will contain
various helpers for 3D tensor object.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Fix a typo(utils -> util)

* Implement feature::Shape's consturctor in its header
include/util/feature/RandomObject.h [new file with mode: 0644]
include/util/feature/Reader.h [new file with mode: 0644]
include/util/feature/Shape.h [new file with mode: 0644]
tools/nnapi_unittests/inc/nn.h
tools/nnapi_unittests/lib/nn.cpp
tools/nnapi_unittests/tests/conv_1.cpp