Change compiler::TensorInfo to model::operand::Info (#4830)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 25 Mar 2019 10:01:58 +0000 (19:01 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 25 Mar 2019 10:01:58 +0000 (19:01 +0900)
commit5614ce049688155b3ac649721549e39f75e4bb7f
treed345d128f21774501a437257dbc69625a09b4145
parentb06ae1990e46c91b9698bc43c8b828b7681256c3
Change compiler::TensorInfo to model::operand::Info (#4830)

Change compiler::TensorInfo to model::operand::Info
All data fields in TensorInfo is model operand's info

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
12 files changed:
runtimes/neurun/backend/acl_cl/TensorBuilder.cc
runtimes/neurun/backend/acl_cl/TensorBuilder.h
runtimes/neurun/backend/cpu/TensorBuilder.cc
runtimes/neurun/backend/cpu/TensorBuilder.h
runtimes/neurun/backend/cpu/operand/Tensor.h
runtimes/neurun/core/include/backend/ITensorBuilder.h
runtimes/neurun/core/include/model/operand/Info.h [moved from runtimes/neurun/core/include/compiler/TensorInfo.h with 61% similarity]
runtimes/neurun/core/include/model/operand/Object.h
runtimes/neurun/core/src/compiler/Compiler.cc
runtimes/neurun/core/src/exec/ExecutorBase.h
runtimes/neurun/core/src/linear/Linear.cc
runtimes/neurun/core/src/model/operand/Object.cc