[neurun] Set type info in internal operand (#2416)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 23 Aug 2018 01:25:30 +0000 (10:25 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 23 Aug 2018 01:25:30 +0000 (10:25 +0900)
commit034d5c073def5222bbf6f5f6c781814e8c2714d8
tree28f8c879a6679b819ca5729f080adf5112336918
parentfa696ca05e5232871e80951cc065ea9cd08c1014
[neurun] Set type info in internal operand (#2416)

* [neurun] Set type info in internal operand

Assign TypeInfo into internal operand.
It is duplicated data with shape yet.

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
* Fix format and remove global namespace prefix
runtimes/neurun/src/frontend/model.cc
runtimes/neurun/src/graph/Graph.cc
runtimes/neurun/src/graph/Graph.h
runtimes/neurun/src/graph/operand/Set.cc
runtimes/neurun/src/graph/operand/Set.h
runtimes/neurun/src/internal/operand/Object.h
runtimes/neurun/test/graph/operand/Set.cc
runtimes/neurun/test/graph/operation/SetIO.cc
runtimes/neurun/test/graph/verifier/Verifier.cc