Move benchmark into contrib (#3774)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 30 Nov 2018 06:58:49 +0000 (15:58 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Fri, 30 Nov 2018 06:58:49 +0000 (15:58 +0900)
commit2a462f76170f017569cbd24258d05e1bd0194afe
tree604aa593ee687fe19ced70c4c81113b7980d9646
parenta31287fe97aea49bc58e19ed966400fe5426eb6f
Move benchmark into contrib (#3774)

Move benchmark into contrib
Revise directory structure: use src directory
Revise cmake to reference src directory and check build option

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
CMakeLists.txt
benchmark/CMakeLists.txt [deleted file]
contrib/benchmark_acl/CMakeLists.txt [moved from benchmark/acl/CMakeLists.txt with 64% similarity]
contrib/benchmark_acl/src/Benchmark.cpp [moved from benchmark/acl/Benchmark.cpp with 100% similarity]
contrib/benchmark_acl/src/Benchmark.h [moved from benchmark/acl/Benchmark.h with 100% similarity]
contrib/benchmark_acl/src/benchmark_googlenet.cpp [moved from benchmark/acl/benchmark_googlenet.cpp with 100% similarity]
contrib/benchmark_acl/src/benchmark_inception_v3.cpp [moved from benchmark/acl/benchmark_inception_v3.cpp with 100% similarity]
contrib/benchmark_acl/src/benchmark_mobilenet.cpp [moved from benchmark/acl/benchmark_mobilenet.cpp with 100% similarity]