Introduce 'nncc::core::ADT::feature::Reader' interface (#118)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 23 Apr 2018 02:31:12 +0000 (11:31 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 23 Apr 2018 02:31:12 +0000 (11:31 +0900)
commit232ff31bf0f3bddb5b459ee6a2a9112363c76364
treeb8b8de7333bbc42dda9c838fd68a78b74ae733da
parent451aa1bfe563851a2943be879d73b13a81e02665
Introduce 'nncc::core::ADT::feature::Reader' interface (#118)

This commit introduces 'nncc::core::ADT::feature::Reader' interface
which allows its client to read the content of feature map.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
libs/core/include/nncc/core/ADT/feature/Reader.h [new file with mode: 0644]
libs/core/src/nncc/core/ADT/feature/Feature.cpp [new file with mode: 0644]