[neurun] Graph : Introduce Operation Index (#2204)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 8 Aug 2018 05:07:28 +0000 (14:07 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 8 Aug 2018 05:07:28 +0000 (14:07 +0900)
commitb6f83b0f84fcedd7dcf93026cc584536c78dd10b
tree31704cf62aa5bc6ddb63bb674f35ef3e54f74ac1
parent9201e33356fa7e380abe41ff872e0a3b6a1a1c1e
[neurun] Graph : Introduce Operation Index (#2204)

Introduce `neurun::graph::operation::Index` which is an alias of
`neurun::graph::Index`.

Note that, with the additional template parameter `DummyTag`, aliased
types are treated as different types(strong typedef).

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/graph/operation/Index.h [new file with mode: 0644]