[core] Add Tensor View (#281)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 1 Jun 2018 06:54:25 +0000 (15:54 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 1 Jun 2018 06:54:25 +0000 (15:54 +0900)
commitf5d9d3a271afa6e4cd692191e2b2db7ed7b7d70e
treefa839f0dce9c19fb26c71a423af21bcca2914525
parent4ebabcf792a1161d9032430f75acd32559f7cbd6
[core] Add Tensor View (#281)

This commit introduces 'nncc::core::ADT::tensor::View' class which
allows users to interpret a memory region as a tensor with a specified
shape and layout.

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