[neurun] Range-based loop for operand::IndexSet (#2554)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Mon, 3 Sep 2018 07:10:56 +0000 (16:10 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 3 Sep 2018 07:10:56 +0000 (16:10 +0900)
commitc313028a9b5a3fcc77a65b4c9d5d4a6d91b2b1e2
tree3aa4e97b234941553913daecaee8cb409ce77fc2
parent9a94c79544824237be351f5314fcc46c0daf487f
[neurun] Range-based loop for operand::IndexSet (#2554)

Support and apply range-based loop for operand::IndexSet and remove
`list()` method.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/backend/acl_cl/StageGenerator.cc
runtimes/neurun/src/backend/cpu/StageGenerator.cc
runtimes/neurun/src/codegen/Dumper.cc
runtimes/neurun/src/codegen/Planner.cc
runtimes/neurun/src/graph/Graph.cc
runtimes/neurun/src/graph/operand/IndexSet.h
runtimes/neurun/src/graph/verifier/IVerifier.cc
runtimes/neurun/src/linear/Linear.cc