[neurun] Introduce contains in IndexSet (#2457)
author김수진/동작제어Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>
Fri, 24 Aug 2018 03:46:10 +0000 (12:46 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Fri, 24 Aug 2018 03:46:10 +0000 (12:46 +0900)
commitc0860ad4ea6b7a59f8220d93c2af86bca63e60e0
tree2504112b3e0a4c851251cb051bc7df1210df7054
parent9f8859546f07774d45385de672231e1f59b27492
[neurun] Introduce contains in IndexSet (#2457)

This commit introduces contains helper in IndexSet for checking if index of operand is exist.

Signed-off-by: sjsujinkim <sjsujin.kim@samsung.com>
runtimes/neurun/src/graph/operand/IndexSet.cc
runtimes/neurun/src/graph/operand/IndexSet.h
runtimes/neurun/test/graph/operand/IndexSet.cc