[nnkit] Introduce HDF5 import action (#380)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 4 Jul 2018 07:06:48 +0000 (16:06 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 4 Jul 2018 07:06:48 +0000 (16:06 +0900)
commit4207d13553ceeb9066fbc4f4ffc82b9c85431a30
tree9dfaedc86986c6a4b45ec2ded01929704e069944
parentd838cac5c9402a97550e168fcf0da2183e8306be
[nnkit] Introduce HDF5 import action (#380)

This commit introduces HDF5 import action, which fills tensor with the
values loaded from HDF5 file.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/nnkit/actions/HDF5/CMakeLists.txt
contrib/nnkit/actions/HDF5/Import.cpp [new file with mode: 0644]