[neurun] Move some files from model into ir directory (#9448)
authorSergei Barannikov/AI Tools Lab /SRR/Engineer/Samsung Electronics <s.barannikov@samsung.com>
Mon, 9 Dec 2019 03:44:11 +0000 (06:44 +0300)
committer이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Mon, 9 Dec 2019 03:44:11 +0000 (12:44 +0900)
commit8e7cdbd6b79470eab62d5df0b1a572f0249795ae
tree247767b664d6bf7bdf0757a7a0cca1446ec15c56
parent60ac3689901831a37effd3ef0c9d3863f9ac206a
[neurun] Move some files from model into ir directory (#9448)

* Move some files from `model` into `ir` directory.
* Move contained symbols into `neurun::ir` namespace, fixing uses where possible.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
181 files changed:
runtime/neurun/api/src/nnfw_api_internal.cc
runtime/neurun/backend/acl_cl/Backend.h
runtime/neurun/backend/acl_cl/ConstantInitializer.cc
runtime/neurun/backend/acl_cl/ConstantInitializer.h
runtime/neurun/backend/acl_cl/KernelGenerator.cc
runtime/neurun/backend/acl_cl/KernelGenerator.h
runtime/neurun/backend/acl_cl/ShapeFixer.cc
runtime/neurun/backend/acl_cl/ShapeFixer.h
runtime/neurun/backend/acl_cl/TensorRegister.h
runtime/neurun/backend/acl_common/AclLinearMemoryManager.h
runtime/neurun/backend/acl_common/AclMemoryManager.h
runtime/neurun/backend/acl_common/AclTensorManager.h
runtime/neurun/backend/acl_common/AclTensorRegister.cc
runtime/neurun/backend/acl_common/AclTensorRegister.h
runtime/neurun/backend/acl_common/Convert.h
runtime/neurun/backend/acl_common/TemplTensorBuilder.h
runtime/neurun/backend/acl_neon/Backend.h
runtime/neurun/backend/acl_neon/ConstantInitializer.cc
runtime/neurun/backend/acl_neon/ConstantInitializer.h
runtime/neurun/backend/acl_neon/KernelGenerator.cc
runtime/neurun/backend/acl_neon/KernelGenerator.h
runtime/neurun/backend/acl_neon/ShapeFixer.cc
runtime/neurun/backend/acl_neon/ShapeFixer.h
runtime/neurun/backend/acl_neon/TensorRegister.h
runtime/neurun/backend/cpu/Backend.h
runtime/neurun/backend/cpu/ConstantInitializer.cc
runtime/neurun/backend/cpu/ConstantInitializer.h
runtime/neurun/backend/cpu/KernelGenerator.cc
runtime/neurun/backend/cpu/KernelGenerator.h
runtime/neurun/backend/cpu/MemoryManager.cc
runtime/neurun/backend/cpu/MemoryManager.h
runtime/neurun/backend/cpu/MemoryPlanner.cc
runtime/neurun/backend/cpu/MemoryPlanner.h
runtime/neurun/backend/cpu/MemoryPlanner.test.cc
runtime/neurun/backend/cpu/ShapeFixer.cc
runtime/neurun/backend/cpu/ShapeFixer.h
runtime/neurun/backend/cpu/TensorBuilder.cc
runtime/neurun/backend/cpu/TensorBuilder.h
runtime/neurun/backend/cpu/TensorManager.cc
runtime/neurun/backend/cpu/TensorManager.h
runtime/neurun/backend/cpu/TensorRegister.cc
runtime/neurun/backend/cpu/TensorRegister.h
runtime/neurun/backend/cpu/kernel/OperationUtils.cc
runtime/neurun/backend/cpu/kernel/OperationUtils.h
runtime/neurun/backend/cpu/operand/Tensor.h
runtime/neurun/backend/hi_perf_cpu/KernelGenerator.h
runtime/neurun/backend/hi_perf_cpu/TensorBuilder.h
runtime/neurun/backend/srcn/Backend.h
runtime/neurun/backend/srcn/ConstantInitializer.cc
runtime/neurun/backend/srcn/ConstantInitializer.h
runtime/neurun/backend/srcn/Convert.cc
runtime/neurun/backend/srcn/Convert.h
runtime/neurun/backend/srcn/KernelGenerator.cc
runtime/neurun/backend/srcn/KernelGenerator.h
runtime/neurun/backend/srcn/MemoryManager.cc
runtime/neurun/backend/srcn/MemoryManager.h
runtime/neurun/backend/srcn/MemoryPlanner.cc
runtime/neurun/backend/srcn/MemoryPlanner.h
runtime/neurun/backend/srcn/ShapeFixer.cc
runtime/neurun/backend/srcn/ShapeFixer.h
runtime/neurun/backend/srcn/TensorBuilder.cc
runtime/neurun/backend/srcn/TensorBuilder.h
runtime/neurun/backend/srcn/TensorManager.cc
runtime/neurun/backend/srcn/TensorManager.h
runtime/neurun/backend/srcn/TensorRegister.cc
runtime/neurun/backend/srcn/TensorRegister.h
runtime/neurun/backend/srcn/kernel/OperationUtils.cc
runtime/neurun/backend/srcn/kernel/OperationUtils.h
runtime/neurun/backend/srcn/operand/Tensor.h
runtime/neurun/core/include/backend/Backend.h
runtime/neurun/core/include/backend/IConstantInitializer.h
runtime/neurun/core/include/backend/IKernelGenerator.h
runtime/neurun/core/include/backend/IShapeFixer.h
runtime/neurun/core/include/backend/ITensorBuilder.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/exec/IExecutor.h
runtime/neurun/core/include/exec/IODescription.h
runtime/neurun/core/include/ir/Data.h [moved from runtime/neurun/core/include/model/Data.h with 86% similarity]
runtime/neurun/core/include/ir/Graph.h
runtime/neurun/core/include/ir/Index.h [moved from runtime/neurun/core/include/model/Index.h with 75% similarity]
runtime/neurun/core/include/ir/LowerInfoMap.h
runtime/neurun/core/include/ir/OpCode.h [moved from runtime/neurun/core/include/model/OpCode.h with 71% similarity]
runtime/neurun/core/include/ir/Operand.h [moved from runtime/neurun/core/include/model/Operand.h with 91% similarity]
runtime/neurun/core/include/ir/OperandConstraint.h [moved from runtime/neurun/core/include/model/OperandConstraint.h with 92% similarity]
runtime/neurun/core/include/ir/OperandIndexMap.h [moved from runtime/neurun/core/include/model/OperandIndexMap.h with 70% similarity]
runtime/neurun/core/include/ir/OperandIndexSequence.h [moved from runtime/neurun/core/include/model/OperandIndexSequence.h with 91% similarity]
runtime/neurun/core/include/ir/OperandInfo.h [moved from runtime/neurun/core/include/model/OperandInfo.h with 89% similarity]
runtime/neurun/core/include/ir/Operands.h [moved from runtime/neurun/core/include/model/Operands.h with 79% similarity]
runtime/neurun/core/include/ir/OperationIndexList.h [moved from runtime/neurun/core/include/model/OperationIndexList.h with 90% similarity]
runtime/neurun/core/include/ir/OperationIndexMap.h [moved from runtime/neurun/core/include/model/OperationIndexMap.h with 70% similarity]
runtime/neurun/core/include/ir/Operations.lst [moved from runtime/neurun/core/include/model/Operations.lst with 100% similarity]
runtime/neurun/core/include/ir/operand/ParentInfo.h
runtime/neurun/core/include/model/Operation.h
runtime/neurun/core/include/model/OperationVisitor.h
runtime/neurun/core/include/model/Operations.h
runtime/neurun/core/include/model/Subgraph.h
runtime/neurun/core/include/model/Subgraphs.h
runtime/neurun/core/include/util/Config.lst
runtime/neurun/core/include/util/ShapeInference.h
runtime/neurun/core/include/util/Utils.h
runtime/neurun/core/src/backend/BackendManager.h
runtime/neurun/core/src/compiler/BackendResolver.h
runtime/neurun/core/src/compiler/Compiler.cc
runtime/neurun/core/src/compiler/ExecutorFactory.cc
runtime/neurun/core/src/compiler/HEScheduler.cc
runtime/neurun/core/src/compiler/HEScheduler.h
runtime/neurun/core/src/compiler/Linear.cc
runtime/neurun/core/src/compiler/ManualScheduler.cc
runtime/neurun/core/src/compiler/OperandContext.cc
runtime/neurun/core/src/compiler/OperandContext.h
runtime/neurun/core/src/compiler/OperationValidator.cc
runtime/neurun/core/src/compiler/OperationValidator.h
runtime/neurun/core/src/compiler/ParamChecker.cc
runtime/neurun/core/src/compiler/SubTensorAnalyzer.cc
runtime/neurun/core/src/compiler/SubTensorAnalyzer.h
runtime/neurun/core/src/dumper/dot/DotBuilder.h
runtime/neurun/core/src/dumper/dot/DotDumper.cc
runtime/neurun/core/src/dumper/dot/DotSubgraphInfo.cc
runtime/neurun/core/src/dumper/dot/DotSubgraphInfo.h
runtime/neurun/core/src/dumper/dot/OperandNode.cc
runtime/neurun/core/src/dumper/dot/OperandNode.h
runtime/neurun/core/src/dumper/dot/OperationNode.cc
runtime/neurun/core/src/dumper/dot/OperationNode.h
runtime/neurun/core/src/exec/DataflowExecutor.cc
runtime/neurun/core/src/exec/DataflowExecutor.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/Job.h
runtime/neurun/core/src/exec/ParallelExecutor.h
runtime/neurun/core/src/exec/interp/Buffer.h
runtime/neurun/core/src/exec/interp/ExecEnv.h
runtime/neurun/core/src/exec/interp/ExecManager.cc
runtime/neurun/core/src/exec/interp/ExecManager.h
runtime/neurun/core/src/exec/interp/Interpreter.cc
runtime/neurun/core/src/exec/interp/Tensor.h
runtime/neurun/core/src/exec/interp/operations/Concat.cc
runtime/neurun/core/src/exec/interp/operations/FullyConnected.cc
runtime/neurun/core/src/exec/interp/operations/SoftMax.cc
runtime/neurun/core/src/ir/Graph.cc
runtime/neurun/core/src/ir/OpCode.cc [moved from runtime/neurun/core/src/model/OpCode.cc with 92% similarity]
runtime/neurun/core/src/ir/Operand.cc [moved from runtime/neurun/core/src/model/Operand.cc with 79% similarity]
runtime/neurun/core/src/ir/OperandIndexSequence.cc [moved from runtime/neurun/core/src/model/OperandIndexSequence.cc with 94% similarity]
runtime/neurun/core/src/ir/OperationIndexList.cc [moved from runtime/neurun/core/src/model/OperationIndexList.cc with 84% similarity]
runtime/neurun/core/src/ir/pass/ConstantInsertionPass.cc
runtime/neurun/core/src/ir/pass/ConstantInsertionPass.h
runtime/neurun/core/src/ir/pass/OperandPass.cc
runtime/neurun/core/src/ir/pass/OperandPass.h
runtime/neurun/core/src/ir/pass/OperationPass.cc
runtime/neurun/core/src/ir/pass/OperationPass.h
runtime/neurun/core/src/ir/pass/PermutationEliminationPass.cc
runtime/neurun/core/src/ir/pass/PermutationEliminationPass.h
runtime/neurun/core/src/ir/pass/PermutationInsertionPass.cc
runtime/neurun/core/src/ir/pass/PermutationInsertionPass.h
runtime/neurun/core/src/ir/pass/PermutationOperationPass.cc
runtime/neurun/core/src/ir/pass/PermutationOperationPass.h
runtime/neurun/core/src/ir/verifier/Verifier.cc
runtime/neurun/core/src/model/OperandConstraint.cc [deleted file]
runtime/neurun/core/src/model/Subgraph.cc
runtime/neurun/frontend/base_loader/base_loader.h
runtime/neurun/frontend/nnapi/model.cc
runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksExecution.cc
runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksExecution.h
runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksModel.cc
runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksModel.h
runtime/neurun/frontend/nnapi/wrapper/OperationFactory.cc
runtime/neurun/frontend/nnapi/wrapper/OperationFactory.h
runtime/neurun/test/core/backend/ExecTime.test.cc
runtime/neurun/test/core/compiler/Scheduler.cc
runtime/neurun/test/core/exec/ExecInstance.cc
runtime/neurun/test/core/exec/interp/ExecManager.cc
runtime/neurun/test/graph/Graph.cc
runtime/neurun/test/graph/MockNode.h
runtime/neurun/test/graph/operand/IndexSet.cc
runtime/neurun/test/graph/operand/Set.cc
runtime/neurun/test/graph/operand/UseDef.cc
runtime/neurun/test/graph/operation/Set.cc
runtime/neurun/test/graph/operation/SetIO.cc
runtime/neurun/test/graph/verifier/Verifier.cc