[neurun] Introduce OperationIndexMap as Operand has (#5918)
authorДилшоджон Умронхонович Пошшоев/AI Tools Lab /SRR/Engineer/삼성전자 <d.poshshoev@samsung.com>
Fri, 26 Jul 2019 06:30:44 +0000 (15:30 +0900)
committer이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Fri, 26 Jul 2019 06:30:44 +0000 (15:30 +0900)
commitb9dc0d2ee5726c4c3c1cf177e89b409898a8d04e
treec3acc486e1d50bd389dcc11b9f7ae4f7ea84732f
parent78d9c15280ab9f2ad4f66d395370e60c2b41d701
[neurun] Introduce OperationIndexMap as Operand has (#5918)

There are a lot of use `std::unordered_map<model::OperationIndex, T>`
So, introducing map alias like Operand has is logical

Signed-off-by: Dilshodzhon Poshshoev <d.poshshoev@samsung.com>
12 files changed:
runtimes/neurun/core/include/exec/IExecutor.h
runtimes/neurun/core/include/model/OperationIndexMap.h [new file with mode: 0644]
runtimes/neurun/core/src/compiler/BackendResolver.h
runtimes/neurun/core/src/compiler/Compiler.cc
runtimes/neurun/core/src/compiler/Scheduler.cc
runtimes/neurun/core/src/compiler/Scheduler.h
runtimes/neurun/core/src/dumper/dot/DotDumper.cc
runtimes/neurun/core/src/exec/DataflowExecutor.h
runtimes/neurun/core/src/exec/ExecutorBase.h
runtimes/neurun/core/src/exec/interp/ExecManager.h
runtimes/neurun/core/src/graph/Graph.cc
runtimes/neurun/core/src/graph/verifier/Verifier.cc