[neurun] Move logging.h to `util` dir (#4087)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Tue, 18 Dec 2018 10:08:33 +0000 (19:08 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 18 Dec 2018 10:08:33 +0000 (19:08 +0900)
commitfe9834980777c3dd814e23d3e5dc32bc049bef51
tree97c91008e6f7a96acfcf2b1261e3e24b03b1b7dc
parent24b7e89601da591190f1335e7fde6d2c8a52b9f4
[neurun] Move logging.h to `util` dir (#4087)

* [neurun] Move logging.h to `util` dir

Move logging.h to `util` dir and update namespace accordingly.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
* Fix namespace
19 files changed:
runtimes/neurun/src/backend/acl_cl/PluginClassesAllocator.cc
runtimes/neurun/src/backend/acl_cl/StageGenerator.cc
runtimes/neurun/src/backend/acl_cl/TensorBuilder.cc
runtimes/neurun/src/backend/cpu/MemoryPlanner.cc
runtimes/neurun/src/backend/cpu/PluginClassesAllocator.cc
runtimes/neurun/src/backend/cpu/StageGenerator.cc
runtimes/neurun/src/backend/cpu/TensorBuilder.cc
runtimes/neurun/src/compiler/BackendResolver.h
runtimes/neurun/src/compiler/ConstantInitializer.cc
runtimes/neurun/src/compiler/OperationValidator.cc
runtimes/neurun/src/compiler/SubTensorAnalyzer.cc
runtimes/neurun/src/graph/Graph.cc
runtimes/neurun/src/graph/dumper/Dumper.cc
runtimes/neurun/src/graph/pass/PermutationEliminationPass.cc
runtimes/neurun/src/graph/pass/PermutationInsertionPass.cc
runtimes/neurun/src/graph/verifier/Verifier.cc
runtimes/neurun/src/kernel/acl_cl/ConcatLayer.cc
runtimes/neurun/src/linear/Linear.cc
runtimes/neurun/src/util/logging.h [moved from runtimes/neurun/src/logging.h with 78% similarity]