[nncc.core] Initialize tensor::Index via ctor (#191)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 2 May 2018 11:00:15 +0000 (20:00 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 2 May 2018 11:00:15 +0000 (20:00 +0900)
commit5845bcaeecb6098e323a515a033d48ccb6931928
tree3be0acf8cf3f19b72f8cdfbf488f5bf673c611ba
parentca0feb41d92b9f017e436496c074ae97b3e1a20c
[nncc.core] Initialize tensor::Index via ctor (#191)

This commit introduces a constructor for tensor::Index which takes an
initializer list as its argument.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
libs/core/include/nncc/core/ADT/tensor/Index.h
libs/core/src/nncc/core/ADT/tensor/Index.cpp
libs/core/src/nncc/core/ADT/tensor/Index.test.cpp