Interpreter use info structure in model (#4988)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 15 Apr 2019 03:55:03 +0000 (12:55 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Mon, 15 Apr 2019 03:55:03 +0000 (12:55 +0900)
commite30c0a5fa1c0ef23ae271f7b905ae076b8153429
tree57ca52b471a6a9a8723d14d7311ffdf63d4c4f7c
parent6de33522d41516658196f26a68da6e1b0730afc3
Interpreter use info structure in model (#4988)

Instead of using interpreter's own structure, use tensor info structure in model
Move comment and copy constructor

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
runtimes/neurun/core/include/model/operand/Info.h
runtimes/neurun/core/src/exec/interp/ExecManager.cc
runtimes/neurun/core/src/exec/interp/Tensor.h
runtimes/neurun/core/src/exec/interp/TensorInfo.h [deleted file]