[core.ADT.tensor] Add 'TextFormatted<Index>' class (#202)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 4 May 2018 08:37:44 +0000 (17:37 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 4 May 2018 08:37:44 +0000 (17:37 +0900)
commitaa35f80d60da3e945cd7bb2d1e2b91553cac6104
tree8d053e44c1e8191adcc8f45be95174030066093e
parentf92b725b0e2f2a124d4653a5f929a644ff40677e
[core.ADT.tensor] Add 'TextFormatted<Index>' class (#202)

This commit adds 'TextFormatted<Index' class which is useful for
logging.

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