[neurun] Remove linear namespace (#6407)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Fri, 9 Aug 2019 01:50:58 +0000 (10:50 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 9 Aug 2019 01:50:58 +0000 (10:50 +0900)
commitd59ca8e4dc6109feea286f7e66b1178a1b62198d
treefa34d18d683b618ba0b105f905e06e0327dd8148
parent384bc13c9a38e7f1c5d60374b0a2ef4f4054d3f5
[neurun] Remove linear namespace (#6407)

As `namespace` linear has only few classes this commit moves those to
namespace `compiler`.

`compiler::Element` will be renamed to `compiler::LinearElement`.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/core/include/graph/Graph.h
runtimes/neurun/core/src/compiler/Compiler.cc
runtimes/neurun/core/src/compiler/Element.h [moved from runtimes/neurun/core/src/linear/Element.h with 82% similarity]
runtimes/neurun/core/src/compiler/ExecutorFactory.cc
runtimes/neurun/core/src/compiler/Linear.cc [moved from runtimes/neurun/core/src/linear/Linear.cc with 99% similarity]
runtimes/neurun/core/src/compiler/Linear.h [moved from runtimes/neurun/core/src/linear/Linear.h with 94% similarity]
runtimes/neurun/core/src/exec/LinearExecutor.h
runtimes/neurun/core/src/graph/Graph.cc