[neurun] Change data structure of Set to map (#2417)
author김수진/동작제어Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>
Mon, 27 Aug 2018 02:15:52 +0000 (11:15 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Mon, 27 Aug 2018 02:15:52 +0000 (11:15 +0900)
commit5593587178c3a248291be9e7629f66c99ddc52f8
tree59aefeb9b1b244e3a683f6b7329e37e58980aa68
parentd53c05f2b36fcf934bfb6a7e552bad1458d53cfa
[neurun] Change data structure of Set to map (#2417)

* [neurun] Change data structure of Set to map

This commit changes data structure of `Set` to map for more efficient graph manipulation.

Signed-off-by: sjsujinkim <sjsujin.kim@samsung.com>
* Change maximum bound of index count
runtimes/neurun/src/graph/operand/Set.cc
runtimes/neurun/src/graph/operand/Set.h
runtimes/neurun/src/graph/operation/Set.cc
runtimes/neurun/src/graph/operation/Set.h