[neurun] Rename compiler::Element (#6430)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Fri, 9 Aug 2019 05:04:57 +0000 (14:04 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 9 Aug 2019 05:04:57 +0000 (14:04 +0900)
commit5345b55e6db6d805d4e4f009126806699c6f3429
tree16b2df2961a0c6fe2c3e8854e06342ddd47b3e99
parent1628af434a0d9dbd24f484c98aa5ff895b335cd5
[neurun] Rename compiler::Element (#6430)

Move `compiler::Element` to `compiler::Linear::Element`. This removes
`Element.h` and make it to be an inner class of `Linear`.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/core/src/compiler/Element.h [deleted file]
runtimes/neurun/core/src/compiler/ExecutorFactory.cc
runtimes/neurun/core/src/compiler/Linear.cc
runtimes/neurun/core/src/compiler/Linear.h
runtimes/neurun/core/src/exec/LinearExecutor.h