Introduce 'nnfw::util::tensor' namespace (#440)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 5 Apr 2018 01:53:39 +0000 (10:53 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Thu, 5 Apr 2018 01:53:39 +0000 (10:53 +0900)
commit8c1f357193279b515b087d8740943ad942cfc9b1
tree3e1a59c10e3803a558eb2936fb091edc056df775
parent60f0fce32edea61e56f981222d0c2df1568f61e6
Introduce 'nnfw::util::tensor' namespace (#440)

This commit introduces 'nnfw::util::tensor' namespace which will include
various helpers for tensor (ND-array) object.

Currently, 'nnfw::util::tensor' namespace includes the following
classes and funtiont:
 - class Index
 - class Shape
 - class IndexIterator
 - method iterate

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
include/util/tensor/Index.h [new file with mode: 0644]
include/util/tensor/IndexIterator.h [new file with mode: 0644]
include/util/tensor/Shape.h [new file with mode: 0644]
src/util/CMakeLists.txt
src/util/examples/tensor_index_iterator.cpp [new file with mode: 0644]