[loco] Use data type attribute in Graph-level input (#5999)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 31 Jul 2019 06:33:31 +0000 (15:33 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 31 Jul 2019 06:33:31 +0000 (15:33 +0900)
commita09be5145134ed2248b2361f6130341cc87b2c92
tree95bb60d88c9482ea1c47bc6ed1463459993d3710
parent7a357bc461100b0b6d8f8464607d00b4f5587c9a
[loco] Use data type attribute in Graph-level input (#5999)

This commit revises "Pull" node implementation to use Graph-level
"dtype" attribute.

This commit includes some workaround not to impact the current clients.

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