Fill feature object with random numbers (#472)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 6 Apr 2018 00:50:54 +0000 (09:50 +0900)
committer김정현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh0822.kim@samsung.com>
Fri, 6 Apr 2018 00:50:54 +0000 (09:50 +0900)
commit5860c26a279374681c011c083497d6e8cd474592
tree4529ec4da2524727f87c314bc69ba4334325eccb
parent037546879994dcf8a2deaeb6239d2907c16b5d21
Fill feature object with random numbers (#472)

This commit renames nnfw::util::feature::RandomObject as nnfw::util::feature::Object,
and revises it to initialize its content with user-defined number generator.

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