Update namespace and header define for cpp14 library (#3896)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 7 Dec 2018 02:13:20 +0000 (11:13 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 7 Dec 2018 02:13:20 +0000 (11:13 +0900)
commitb4bda561971e4ea76442a95134077b17fa3f7f05
tree21f88384eeb89dce05c46c0934345d3c8fa71fc5
parent70289050fdf481e233aa6fc1490d32f1a575ba01
Update namespace and header define for cpp14 library (#3896)

Update namespace to nnfw::cpp14
Update define to __NNFW_CPP14_xxx__
Update usage of cpp14 library to updated namespace

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
13 files changed:
libs/cpp14/include/cpp14/memory.h
runtimes/neurun/src/backend/cpu/StageGenerator.cc
runtimes/neurun/src/compiler/SubTensorAnalyzer.cc
runtimes/neurun/src/frontend/memory.cc
runtimes/neurun/src/frontend/model.cc
runtimes/neurun/src/graph/Graph.cc
runtimes/neurun/src/graph/operand/Set.cc
runtimes/neurun/src/graph/pass/PermutationInsertionPass.cc
runtimes/neurun/test/graph/operand/UseDef.cc
runtimes/neurun/test/graph/operation/SetIO.cc
runtimes/neurun/test/graph/verifier/Verifier.cc
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/memory.cc