[neurun] Add insertOperation in graph (#2424)
author김수진/동작제어Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>
Wed, 29 Aug 2018 00:49:48 +0000 (09:49 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 29 Aug 2018 00:49:48 +0000 (09:49 +0900)
commit461ba092d2e2f463ebc8592323be1beb9a667694
tree814553e5c027971d4c4773db0b271cf1cb07fa14
parent2a902cfb1c0fa906f264862f3596d4164dea05f0
[neurun] Add insertOperation in graph (#2424)

* [neurun] Add insertOperation in graph

This commit adds insertOperation which inserts between 2 operations in graph.

Signed-off-by: sjsujinkim <sjsujin.kim@samsung.com>
* some change test operand

* remove unused declaration

* get a pair of operand and operation index as parameter

* Add todo comment into insertOperation

* Change pair to seperate params

* Revise insertion test

* fix format

* Remove unused utility include

* rebase

* Change test comment

* Remove test header
runtimes/neurun/src/graph/Graph.cc
runtimes/neurun/src/graph/Graph.h
runtimes/neurun/test/graph/operation/Insert.cc [new file with mode: 0644]