[loco] Remove unused input_nodes helper (#5972)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 29 Jul 2019 11:13:31 +0000 (20:13 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 29 Jul 2019 11:13:31 +0000 (20:13 +0900)
commit329b909500ec7687dd15c5b2cedd1d1f0921bcda
tree09394813aa74beae2b6b4a8019171acda08a477b
parentcf9a2c22b93d48621eac938dfbcf3b0c0d10c767
[loco] Remove unused input_nodes helper (#5972)

* [loco] Remove unused input_nodes helper

This commit removes unused input_nodes helper. This helper is currently
unused, but its presence makes it difficult to decouple loco core from
loco canonical.

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