summaryrefslogtreecommitdiff
path: root/tests/tools/tflite_benchmark
AgeCommit message (Collapse)AuthorFilesLines
2019-08-05[tflite_benchmark] Insert pause between iterations (#6189)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자1-0/+15
tflite_benchmark now allows users to insert pause between iterations via "PAUSE" environment variable. Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
2019-07-15Upgrade to tensorflow v1.13.1 (#5590)이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자1-1/+1
* Upgrade to tensorflow v1.13.1 - update link to v1.13.1 - tensorflow/contribe/lite to tensorflow/lite - TFLITE_MINOR_VER to 13 Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com> * upgrade absl to 389ec3f90 * add custom for SquaredDifference * Fix x64 build error(Eigen) - update eigen version to 88fc23324517 * fix wrong comment : lite -> contrib/lite
2019-03-08Add cmake build support for Boost library (#4572)대인기/On-Device Lab(SR)/Staff Engineer/삼성전자1-0/+5
* Add cmake build support for Boost library This patch downloads Boost source code(v1.65.1) from upstream if DOWNLOAD_BOOST is true, and build and install the boost library if BUILD_BOOST is true. For the various compilers support, BoostConfing.cmake file creates project-config.jam file to setup a proper toolchain according to toolchain setting, and target libraries to build. Signed-off-by: Inki Dae <inki.dae@samsung.com> * Remove CROSS_BUILD flag We have already another flag - BUILD_IS_NATIVE so remove CROSS_BUILD flag and use BUILD_IS_NATIVE instead. Signed-off-by: Inki Dae <inki.dae@samsung.com> * Find boost package at each sub module Signed-off-by: Inki Dae <inki.dae@samsung.com> * Check if b2 binary exists and clean up Signed-off-by: Inki Dae <inki.dae@samsung.com> * Add some TODO descriptions Signed-off-by: Inki Dae <inki.dae@samsung.com> * Add /externals/boost to .gitignore Signed-off-by: Jonghyun Park <jh1302.park@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com> * Pass arguments to b2 script Signed-off-by: Inki Dae <inki.dae@samsung.com> * Clean up user jam file support Signed-off-by: Inki Dae <inki.dae@samsung.com> * Disable Boost build by default Signed-off-by: Inki Dae <inki.dae@samsung.com> * Remove unnecessary debug messages Signed-off-by: Inki Dae <inki.dae@samsung.com> * Remove _Boost_Import function Signed-off-by: Inki Dae <inki.dae@samsung.com> * Remove BOOST_BASE flag Signed-off-by: Jonghyun Park <jh1302.park@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com> * Clean up BoostConfig.cmake - Remove _Boost_Check function. - Add system and filesystem module build to boost build options. Signed-off-by: Inki Dae <inki.dae@samsung.com> * Fix typo Signed-off-by: Inki Dae <inki.dae@samsung.com> * Use QUIET instead of REQUIRED Signed-off-by: Inki Dae <inki.dae@samsung.com> * Fix invalid argument error Signed-off-by: Inki Dae <inki.dae@samsung.com> * Update Boost variables at boost build Signed-off-by: Inki Dae <inki.dae@samsung.com> * Fix build error Signed-off-by: Inki Dae <inki.dae@samsung.com>
2018-12-17Move test-related codes in tools into tests (#4058)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자2-0/+244
Move test-related codes in tools into tests - nnapi_test - tflite_run - tflite_benchmark - tflite_benchmark_model Update cmake, root makefile, and spec file Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>