[loco] Introduce input_nodes/output_nodes helper (#3428)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 10 May 2019 06:41:54 +0000 (15:41 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 10 May 2019 06:41:54 +0000 (15:41 +0900)
commite80da89079e826efe055bd16debec0b84b6aa4db
tree6de851454dfc3097538ba66be8bda6a40a8dd3ef
parent357a3adcb7991367e869a1f997038d7523af748c
[loco] Introduce input_nodes/output_nodes helper (#3428)

* [loco] Introduce input_nodes/output_nodes helper

This commit introduces input_nodes/output_nodes helper functions which
allow users to easily enumerate graph-level input/output nodes.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Update test name
contrib/loco/include/loco/IR/Graph.h
contrib/loco/src/IR/Graph.cpp
contrib/loco/src/IR/Graph.test.cpp