Rename `kernel/cpufallback` to `kernel/cpu` (#2282)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Tue, 14 Aug 2018 02:04:07 +0000 (11:04 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 14 Aug 2018 02:04:07 +0000 (11:04 +0900)
commit3a7967188d0af9f7a4b8eb875cd976fd8e260808
treeb7f29c6db0e1a04ef7990f16ee872b50008abac5
parent4a71c9a720e4aaeb9116f8bf279301bab3175a76
Rename `kernel/cpufallback` to `kernel/cpu` (#2282)

Rename the directory to remove inconsistency with namespace name in
the code and backend module(cpu backend is in `backend/cpu`).

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
24 files changed:
runtimes/neurun/src/backend/cpu/StageGenerator.cc
runtimes/neurun/src/kernel/CMakeLists.txt
runtimes/neurun/src/kernel/acl_cl/ConcatLayer.h
runtimes/neurun/src/kernel/cpu/AvgPoolLayer.cc [moved from runtimes/neurun/src/kernel/cpufallback/AvgPoolLayer.cc with 98% similarity]
runtimes/neurun/src/kernel/cpu/AvgPoolLayer.h [moved from runtimes/neurun/src/kernel/cpufallback/AvgPoolLayer.h with 96% similarity]
runtimes/neurun/src/kernel/cpu/CMakeLists.txt [moved from runtimes/neurun/src/kernel/cpufallback/CMakeLists.txt with 100% similarity]
runtimes/neurun/src/kernel/cpu/ConcatLayer.cc [moved from runtimes/neurun/src/kernel/cpufallback/ConcatLayer.cc with 98% similarity]
runtimes/neurun/src/kernel/cpu/ConcatLayer.h [moved from runtimes/neurun/src/kernel/cpufallback/ConcatLayer.h with 97% similarity]
runtimes/neurun/src/kernel/cpu/ConvolutionLayer.cc [moved from runtimes/neurun/src/kernel/cpufallback/ConvolutionLayer.cc with 99% similarity]
runtimes/neurun/src/kernel/cpu/ConvolutionLayer.h [moved from runtimes/neurun/src/kernel/cpufallback/ConvolutionLayer.h with 97% similarity]
runtimes/neurun/src/kernel/cpu/FullyConnectedLayer.cc [moved from runtimes/neurun/src/kernel/cpufallback/FullyConnectedLayer.cc with 99% similarity]
runtimes/neurun/src/kernel/cpu/FullyConnectedLayer.h [moved from runtimes/neurun/src/kernel/cpufallback/FullyConnectedLayer.h with 96% similarity]
runtimes/neurun/src/kernel/cpu/MaxPoolLayer.cc [moved from runtimes/neurun/src/kernel/cpufallback/MaxPoolLayer.cc with 98% similarity]
runtimes/neurun/src/kernel/cpu/MaxPoolLayer.h [moved from runtimes/neurun/src/kernel/cpufallback/MaxPoolLayer.h with 96% similarity]
runtimes/neurun/src/kernel/cpu/OperationUtils.cc [moved from runtimes/neurun/src/kernel/cpufallback/OperationUtils.cc with 99% similarity]
runtimes/neurun/src/kernel/cpu/OperationUtils.h [moved from runtimes/neurun/src/kernel/cpufallback/OperationUtils.h with 100% similarity]
runtimes/neurun/src/kernel/cpu/ReshapeLayer.cc [moved from runtimes/neurun/src/kernel/cpufallback/ReshapeLayer.cc with 97% similarity]
runtimes/neurun/src/kernel/cpu/ReshapeLayer.h [moved from runtimes/neurun/src/kernel/cpufallback/ReshapeLayer.h with 94% similarity]
runtimes/neurun/src/kernel/cpu/SoftMaxLayer.cc [moved from runtimes/neurun/src/kernel/cpufallback/SoftMaxLayer.cc with 98% similarity]
runtimes/neurun/src/kernel/cpu/SoftMaxLayer.h [moved from runtimes/neurun/src/kernel/cpufallback/SoftMaxLayer.h with 95% similarity]
runtimes/neurun/src/kernel/cpu/TensorConvertFromCommonLayer.cc [moved from runtimes/neurun/src/kernel/cpufallback/TensorConvertFromCommonLayer.cc with 100% similarity]
runtimes/neurun/src/kernel/cpu/TensorConvertFromCommonLayer.h [moved from runtimes/neurun/src/kernel/cpufallback/TensorConvertFromCommonLayer.h with 100% similarity]
runtimes/neurun/src/kernel/cpu/TensorConvertToCommonLayer.cc [moved from runtimes/neurun/src/kernel/cpufallback/TensorConvertToCommonLayer.cc with 100% similarity]
runtimes/neurun/src/kernel/cpu/TensorConvertToCommonLayer.h [moved from runtimes/neurun/src/kernel/cpufallback/TensorConvertToCommonLayer.h with 100% similarity]