summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-01-11Synch tools/nnapi_quickcheck with current changes (#4197)Дилшоджон Умронхонович Пошшоев/AI Tools Lab /SRR/Engineer/삼성전자60-437/+437
2019-01-03Update cmake for revised directory structure (#4143)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-0/+4
2018-12-17Move test-related codes in tools into tests (#4058)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자23-2299/+0
2018-12-17Collect implementation test code into contrib/labs (#4025)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자3-333/+0
2018-12-17Remove environment checking in profiling library (#4053)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자1-0/+6
2018-12-17Move build flag for benchmark model tool checking (#4056)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자2-3/+5
2018-12-13Update namespace and ifdef for libs/misc (#4022)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자3-34/+34
2018-12-13Move tools/test_driver to tests/scripts (#4019)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자17-2215/+0
2018-12-13Update namespace in libs/tflite/ext (#4015)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자5-6/+6
2018-12-13Move how to run guideline into readme file (#3987)윤지영/동작제어Lab(SR)/Engineer/삼성전자12-77/+8
2018-12-13Move libs/misc/profiling to libs/profiling (#3997)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자2-2/+3
2018-12-12Fix build bug by tflite library namespace (#3993)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자1-1/+1
2018-12-12Update namespace and ifdef for tflite library (#3968)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자7-22/+22
2018-12-12Support boolean input param in tflite_run (#3958)윤지영/동작제어Lab(SR)/Engineer/삼성전자1-2/+22
2018-12-11Use TFLiteConverter instead of deprecated API in tensorflow_model_freezer (#3...윤지영/동작제어Lab(SR)/Engineer/삼성전자4-6/+20
2018-12-11Add sample py example for some operator (#3919)윤지영/동작제어Lab(SR)/Engineer/삼성전자7-0/+759
2018-12-11Update tflite library name in cmake (#3967)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자6-6/+6
2018-12-10Rename libs/util to libs/misc and update cmake (#3962)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자3-3/+3
2018-12-10Move libs/support/tflite to libs/tflite (#3920)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자65-247/+247
2018-12-06[tfltool] Enable select operator for Pack op (#3817)Shubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자1-1/+13
2018-12-06[tfltool] Enable select operator for transpose op (#3811)Shubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자1-1/+9
2018-12-05[tfltool] Enable select operator for LogicalNot op (#3819)Prasanna R/SNAP /SRI-Bangalore/Engineer/삼성전자1-1/+10
2018-12-04[tfltool] Correction in select operator for ArgMax op (#3854)Devansh Bansal/SNAP /SRI-Bangalore/Engineer/삼성전자1-2/+2
2018-12-04[tflkit] Fix bug tflite_convert.sh for version<2 (#3704)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자1-1/+1
2018-12-04[tfltool] Correction in select operator for RNN op (#3852)Devansh Bansal/SNAP /SRI-Bangalore/Engineer/삼성전자1-3/+3
2018-12-04[tfltool] Enable select operator for LogicalOr op (#3824)Shubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자1-1/+11
2018-12-04[tfltool] Enable select operator for NotEqual op (#3814)Shubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자1-1/+11
2018-12-04[tfltool] Enable select operator for ArgMax op (#3813)Prasanna R/SNAP /SRI-Bangalore/Engineer/삼성전자1-0/+12
2018-12-04[tfltool] Enable select operator for LogicalAND op (#3815)Prasanna R/SNAP /SRI-Bangalore/Engineer/삼성전자1-1/+11
2018-12-04[tfltool] Enable select operator for Dequantize op (#3818)Prasanna R/SNAP /SRI-Bangalore/Engineer/삼성전자1-1/+10
2018-12-04[tfltool] Enable select operator for Unpack op (#3820)Shubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자1-1/+13
2018-12-03[tool] Enable select operator for reduce operators (#3810)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자1-1/+12
2018-12-03[tfltool] Enable select operator for RNN op (#3825)Devansh Bansal/SNAP /SRI-Bangalore/Engineer/삼성전자1-1/+12
2018-11-27Don't run MODELS/* in run_benchmark_op.sh (#3709)이상규/동작제어Lab(SR)/Principal Engineer/삼성전자1-1/+1
2018-11-26Fix tflite_benchmark_model out-of-memory error (#3706)이상규/동작제어Lab(SR)/Principal Engineer/삼성전자1-1/+11
2018-11-26Do not use info directory in tflkit (#3647)윤지영/동작제어Lab(SR)/Engineer/삼성전자4-0/+0
2018-11-26Fix wrong variable name in test_driver.sh (#3699)이상규/동작제어Lab(SR)/Principal Engineer/삼성전자1-1/+1
2018-11-26tflite_benchmark_model is updated to v1.12.0. (#3660)이상규/동작제어Lab(SR)/Principal Engineer/삼성전자15-1275/+416
2018-11-26[model_parser] Print memory size of each tensor (#3677)김용섭/동작제어Lab(SR)/Engineer/삼성전자3-3/+73
2018-11-22Support generate rootfs for target os ubuntu 18.04 (#3675)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자2-0/+14
2018-11-20Pass all arguments in summarize_tflite tool (#3646)윤지영/동작제어Lab(SR)/Engineer/삼성전자1-1/+1
2018-11-20Fix non-string passed to CreateString issue in tfltool (#3645)윤지영/동작제어Lab(SR)/Engineer/삼성전자1-3/+3
2018-11-20[model_parser] Fix wrong printing type of tensor (#3635)김용섭/동작제어Lab(SR)/Engineer/삼성전자2-1/+2
2018-11-19[model_parser] Prints optons for Depthwise_Conv_2D (#3613)윤현식/동작제어Lab(SR)/Principal Engineer/삼성전자1-0/+13
2018-11-19[model parser] Fix parsing bug when operator don't have option (#3610)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자2-2/+11
2018-11-16Add freeze_graph script into tflkit (#3556)윤지영/동작제어Lab(SR)/Engineer/삼성전자3-0/+229
2018-11-15Add transform_graph script into tflkit (#3545)윤지영/동작제어Lab(SR)/Engineer/삼성전자3-0/+139
2018-11-15[tfltool] Update option parsing in select operator for v1.12 (#3594)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자1-0/+14
2018-11-15[tfltool] Update tflite schema API version (#3581)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자24-21/+410
2018-11-15[model_parser] Supports printing specific tensors and operators (#3580)김용섭/동작제어Lab(SR)/Engineer/삼성전자4-22/+74