[neurun] Implement Lowering operands (#2630)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Fri, 7 Sep 2018 01:00:00 +0000 (10:00 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Fri, 7 Sep 2018 01:00:00 +0000 (10:00 +0900)
commitc6f608fef035b94343ff9f4ffd29a065f8f0ba90
treed5b425b5c7ccaa32e6279a8012b4765ef0ec5985
parentca00c6771f807cdce5a6590a3f915cdd1249ecc5
[neurun] Implement Lowering operands (#2630)

This commit implements lowering for operands in `Graph::lower`.
operands lowering does the following:

- Normalize to 4D shape (rank greater than 4 does not supported)
- Collect info of operand layouts for def/use

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/graph/Graph.cc