Make dedicated class for neurun's tensor shape (#5621)
authorСергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 <s.barannikov@samsung.com>
Mon, 15 Jul 2019 08:52:26 +0000 (11:52 +0300)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 15 Jul 2019 08:52:26 +0000 (17:52 +0900)
commit5414861798ab5a5e3a65f595c21105e7711daf2b
tree828f383cacd4f61592999344515a3ac82b8aa4b1
parente773d96d642fc20d2760b3be5a25f56f16f99fab
Make dedicated class for neurun's tensor shape (#5621)

Related issue: #5472

Remove dependency of model::Shape on misc::tensor::Shape.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
runtimes/neurun/backend/acl_cl/KernelGenerator.cc
runtimes/neurun/backend/cpu/operand/Tensor.h
runtimes/neurun/core/include/model/Shape.h
runtimes/neurun/core/src/compiler/OperationValidator.cc
runtimes/neurun/core/src/compiler/SubTensorAnalyzer.cc
runtimes/neurun/core/src/exec/interp/Tensor.h
runtimes/neurun/core/src/model/Shape.cc
runtimes/neurun/core/src/util/ShapeInference.cc
runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksExecution.cc