[neurun] Introduce Enum `Input` for the rest ops (#2947)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Thu, 4 Oct 2018 10:30:48 +0000 (19:30 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 4 Oct 2018 10:30:48 +0000 (19:30 +0900)
commit38d67b13ce7e4cf1f43df35cac3a23f8d9225b7e
treee5b6db2150ba5a380f4143711335470905bbb9fd
parentf883b2366a45af92d7eebce6356d46545a78a214
[neurun] Introduce Enum `Input` for the rest ops (#2947)

Introduce Enum `Input` for Reshape and Softmax to avoid using magic
numbers from input list.

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/graph/operation/Reshape.h
runtimes/neurun/src/graph/operation/Softmax.h