[neurun] Graph : Introduce operation `Set` (#2215)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 8 Aug 2018 11:07:23 +0000 (20:07 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 8 Aug 2018 11:07:23 +0000 (20:07 +0900)
commitc0614ab928198eb6312b74093e016b72bd0e4e98
tree3d002df717e0e4450b743657469d961a6acc54b4
parentbe0f0c06077494c2319811e5477e27962184c0ba
[neurun] Graph : Introduce operation `Set` (#2215)

`neurun::graph::operation::Set` holds operations and also has
ownership of them.

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