[nncc.core] Copyable/movable tensor layout (#369)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 27 Jun 2018 02:00:22 +0000 (11:00 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 27 Jun 2018 02:00:22 +0000 (11:00 +0900)
commit1b0841e3c118b66fbcb4b45902528f3cb5f364df
tree2d50b8c3a3557d7dd58398b8f897796992fae0b0
parent4e431d2560c8ce024b57035e337147fde4394a22
[nncc.core] Copyable/movable tensor layout (#369)

This commit revises 'ADT::tensor::Layout' to be copyable and movable.

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