[neurun] Move internal Object class into internal/operand (#2365)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 20 Aug 2018 09:23:21 +0000 (18:23 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Mon, 20 Aug 2018 09:23:21 +0000 (18:23 +0900)
commit8263a5e0941e81b5471221b9651e9bcd7f0d92d8
tree500dcbea526f2bdce58bf77bae5fc16223adb66b
parent4e13bda5997ce246d145f29ebab204f22f96c6d4
[neurun] Move internal Object class into internal/operand (#2365)

Move internal Object class from internal/Model.h(cc) to internal/operand/Object.h(cc)
Remove internal/Model.cc

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
runtimes/neurun/src/internal/Model.h
runtimes/neurun/src/internal/operand/Object.cc [moved from runtimes/neurun/src/internal/Model.cc with 96% similarity]
runtimes/neurun/src/internal/operand/Object.h [new file with mode: 0644]