Introduce 'nnfw::util::kernel' namespace (#414)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 4 Apr 2018 07:15:01 +0000 (16:15 +0900)
committer김정현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh0822.kim@samsung.com>
Wed, 4 Apr 2018 07:15:01 +0000 (16:15 +0900)
commitc433de1b51dea6d04561b7860299b94fb146363f
tree34c79ece1e7c99de038d5bdb8abd5788c3c04492
parent2e028568bf82b7077fd3c8461d0d7f20f80849ba
Introduce 'nnfw::util::kernel' namespace (#414)

This commit introduces 'nnfw::util::kernel' namespace which holds
various helpers for handling convolution kernels.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
include/util/kernel/RandomObject.h [new file with mode: 0644]
include/util/kernel/Reader.h [new file with mode: 0644]
include/util/kernel/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