[neurun] Move TypeInfo.h and Shape.h into ir directory (#9427)
authorSergei Barannikov/AI Tools Lab /SRR/Engineer/Samsung Electronics <s.barannikov@samsung.com>
Fri, 6 Dec 2019 11:39:36 +0000 (14:39 +0300)
committer이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Fri, 6 Dec 2019 11:39:36 +0000 (20:39 +0900)
commitb703003a69b61923049c2f35d67c074de9460062
tree239f116aba13297ad5eab0b853ac06be42353b04
parent08fdcad95bacf594e3512e1aae6745922d5b2502
[neurun] Move TypeInfo.h and Shape.h into ir directory (#9427)

* Move `TypeInfo.h` and `Shape.h` in `ir` directory.
* Move `TypeInfo`, `Shape`, `FeatureShape` to `neurun::ir` namespace, fixing uses where possible.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
40 files changed:
runtime/neurun/backend/acl_cl/KernelGenerator.cc
runtime/neurun/backend/acl_cl/ShapeFixer.cc
runtime/neurun/backend/acl_common/Convert.cc
runtime/neurun/backend/acl_common/Convert.h
runtime/neurun/backend/acl_neon/KernelGenerator.cc
runtime/neurun/backend/acl_neon/ShapeFixer.cc
runtime/neurun/backend/cpu/ShapeFixer.cc
runtime/neurun/backend/cpu/kernel/PermuteLayer.cc
runtime/neurun/backend/cpu/kernel/PermuteLayer.h
runtime/neurun/backend/srcn/Convert.cc
runtime/neurun/backend/srcn/Convert.h
runtime/neurun/core/include/backend/ITensorRegister.h
runtime/neurun/core/include/compiler/SubTensorInfo.h
runtime/neurun/core/include/exec/Execution.h
runtime/neurun/core/include/ir/Graph.h
runtime/neurun/core/include/ir/Shape.h [moved from runtime/neurun/core/include/model/Shape.h with 89% similarity]
runtime/neurun/core/include/ir/TypeInfo.h [moved from runtime/neurun/core/include/model/TypeInfo.h with 85% similarity]
runtime/neurun/core/include/model/OperandInfo.h
runtime/neurun/core/include/util/Padding.h
runtime/neurun/core/include/util/ShapeInference.h
runtime/neurun/core/src/exec/Execution.cc
runtime/neurun/core/src/exec/ExecutorBase.cc
runtime/neurun/core/src/exec/ExecutorBase.h
runtime/neurun/core/src/exec/Sink.h
runtime/neurun/core/src/exec/Source.h
runtime/neurun/core/src/exec/interp/operations/FullyConnected.cc
runtime/neurun/core/src/exec/interp/operations/OperationUtil.h
runtime/neurun/core/src/ir/Graph.cc
runtime/neurun/core/src/ir/Shape.cc [moved from runtime/neurun/core/src/model/Shape.cc with 97% similarity]
runtime/neurun/core/src/ir/TypeInfo.cc [moved from runtime/neurun/core/src/model/TypeInfo.cc with 94% similarity]
runtime/neurun/core/src/ir/operand/Shape4DConvert.h
runtime/neurun/core/src/util/Padding.cc
runtime/neurun/core/src/util/ShapeInference.cc
runtime/neurun/frontend/base_loader/base_loader.h
runtime/neurun/frontend/nnapi/wrapper/NNAPIConvert.h
runtime/neurun/test/core/compiler/Scheduler.cc
runtime/neurun/test/graph/operand/Set.cc
runtime/neurun/test/graph/operand/UseDef.cc
runtime/neurun/test/graph/operation/SetIO.cc
runtime/neurun/test/graph/verifier/Verifier.cc