[neurun] Remove `Index::asInt` (#4189)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Thu, 10 Jan 2019 00:28:07 +0000 (09:28 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 10 Jan 2019 00:28:07 +0000 (09:28 +0900)
commit64ada060127558e4a8f39f63b083945fb4b0d69f
tree3fc800ca5c498f769da7cb0654e6fca2962ea018
parent4a62ec6963027235fcc96e23c27c80acc5c16c2c
[neurun] Remove `Index::asInt` (#4189)

Remove `asInt` method from `Index` since it should return its underlying
type. Calls to `asInt()` has been replaced with `value()`.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/graph/Index.h
runtimes/neurun/src/model/operand/IndexSet.h
runtimes/neurun/test/graph/operation/SetIO.cc