[core] Add 'fill' method to ADT::tensor::Index (#198)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 9 May 2018 05:40:36 +0000 (14:40 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 9 May 2018 05:40:36 +0000 (14:40 +0900)
commitdb5ce998354716cf5b2d1cfeba25277642118087
tree2780007a0b908f243ac899e95be4a8338371c36b
parentf4ea67a123157b7611e8bb1639fde521fc3f3d52
[core] Add 'fill' method to ADT::tensor::Index (#198)

This commit adds 'fill' method (to ADT::tensor::Index class) which sets
all the indices as the given value.

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