[nncc.core] Add 'ADT::tensor::Shape' class (#134)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 25 Apr 2018 01:31:54 +0000 (10:31 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 25 Apr 2018 01:31:54 +0000 (10:31 +0900)
commit1e2cfcfd6992468f42b6742be9ef4c430ce123c7
tree2a8398ce43fadcb2ad456b5091ed9a2102a212a8
parente0db351a9b1da72263b3c40138d1801541011dce
[nncc.core] Add 'ADT::tensor::Shape' class (#134)

This commit adds 'tensor::Shape' class inside nncc::core::ADT::tensor.

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