[neurun] Move internal/operand to graph/operand (#2520)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 30 Aug 2018 07:02:30 +0000 (16:02 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 30 Aug 2018 07:02:30 +0000 (16:02 +0900)
commit29b19315e7e1d805e2df8922cc44b36e6e66a61c
tree122b97359d921f5ec2169dc83e7eab4ba7e13dff
parent809fecebdc72dc38dc5c213b06985b64141d55cf
[neurun] Move internal/operand to graph/operand (#2520)

Move internal/operand to graph/operand
Change namespace neurun::internal::operand to neurun::graph::operand
Remove internal/operand

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
25 files changed:
runtimes/neurun/src/backend/cpu/InitializerGenerator.cc
runtimes/neurun/src/frontend/model.cc
runtimes/neurun/src/graph/Graph.cc
runtimes/neurun/src/graph/Graph.h
runtimes/neurun/src/graph/operand/Data.h [moved from runtimes/neurun/src/internal/operand/Data.h with 84% similarity]
runtimes/neurun/src/graph/operand/DataType.h [moved from runtimes/neurun/src/internal/operand/DataType.h with 57% similarity]
runtimes/neurun/src/graph/operand/IndexSet.h
runtimes/neurun/src/graph/operand/Object.cc [moved from runtimes/neurun/src/internal/operand/Object.cc with 96% similarity]
runtimes/neurun/src/graph/operand/Object.h [moved from runtimes/neurun/src/internal/operand/Object.h with 91% similarity]
runtimes/neurun/src/graph/operand/Set.cc
runtimes/neurun/src/graph/operand/Set.h
runtimes/neurun/src/graph/operand/Shape.cc [moved from runtimes/neurun/src/internal/operand/Shape.cc with 93% similarity]
runtimes/neurun/src/graph/operand/Shape.h [moved from runtimes/neurun/src/internal/operand/Shape.h with 78% similarity]
runtimes/neurun/src/graph/operand/TypeInfo.cc [moved from runtimes/neurun/src/internal/operand/TypeInfo.cc with 67% similarity]
runtimes/neurun/src/graph/operand/TypeInfo.h [moved from runtimes/neurun/src/internal/operand/TypeInfo.h with 72% similarity]
runtimes/neurun/src/kernel/acl_cl/TensorConvertFromCommonLayer.cc
runtimes/neurun/src/kernel/acl_cl/TensorConvertFromCommonLayer.h
runtimes/neurun/src/kernel/acl_cl/TensorConvertToCommonLayer.cc
runtimes/neurun/src/kernel/acl_cl/TensorConvertToCommonLayer.h
runtimes/neurun/src/kernel/cpu/OperationUtils.cc
runtimes/neurun/src/kernel/cpu/OperationUtils.h
runtimes/neurun/test/graph/operand/Set.cc
runtimes/neurun/test/graph/operation/Insert.cc
runtimes/neurun/test/graph/operation/SetIO.cc
runtimes/neurun/test/graph/verifier/Verifier.cc