[loco] Introduce push_node/pull_node helper (#6684)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 20 Aug 2019 02:29:19 +0000 (11:29 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 20 Aug 2019 02:29:19 +0000 (11:29 +0900)
commitef1f91edad5b3f2efb8993d2f06e5b2bd3caffe9
treeaf5a4a552826f75c432bf3182b96ab63f3bdad0f
parentd84da7003b19a4fe458785474fadcd8e07c38637
[loco] Introduce push_node/pull_node helper (#6684)

This commit introduces push_node/pull_node helper which serves as an
alternative to "node"  method in GraphInput/GraphOutput class.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
compiler/loco/include/loco/IR/Nodes.h
compiler/loco/src/IR/Nodes.cpp
compiler/loco/src/loco.test.cpp