platform/core/api/machine-learning.git
2023-04-25 Jaeyun Jung[Meson] dependency to tizen pkgs
2023-04-24 Jaeyun Jung[Build] error ml-svc on ubuntu
2023-04-24 gichanTizen] Exclude test files for SAM
2023-04-21 Yelin Jeong[C-API] revert fill dimension 1 accepted/tizen/unified/20230424.185349 accepted/tizen/unified/20230428.155128
2023-04-21 Wook SongDaemon/PkgMrg: Eliminate duplicate code blocks
2023-04-21 Wook SongTests/PkgMgr: Add functions for emulation of Tizen...
2023-04-21 Yongjoo Ahn[CodeClean] Fix memleak in pkgmgr
2023-04-20 Yongjoo Ahn[build] Add empty build dep for tizen appfw for local...
2023-04-20 Yongjoo Ahn[pkgmgr] Parse rpk's "model_description.json" to fill...
2023-04-20 Yongjoo Ahn[service] Check and parse app_info of tizen application...
2023-04-20 Wook SongTests/Dbus: Move DBus-related files to the tests/dbus...
2023-04-20 Yongjoo Ahn[service] Add "app_info" column to the model DB
2023-04-19 Wook SongTests/Meson: Revise meson build scripts in tests
2023-04-19 Yelin Jeong[C-API] Fix set tensor dimension order
2023-04-17 Yongjoo Ahn[agent] Change tizen log functions of ml-agent
2023-04-13 Sangjung Woo[C-Api] Revert fill dim (default 1) commit accepted/tizen/unified/20230413.123715
2023-04-11 Jaeyun Jung[C-Api] fill dim (default 1)
2023-04-06 Yelin Jeong[Test] add tests to increase ML_TENSOR_RANK_LIMIT
2023-04-06 Yelin Jeong[C-API] Increase ML_TENSOR_RANK_LIMIT
2023-04-06 Jaeyun Jung[CodeClean] fix indent
2023-04-04 Yelin Jeong[Single] Add input and output ranks
2023-04-03 Jaeyun Jung[Service] init handle id
2023-04-03 Jaeyun Jung[Service] common log util
2023-04-03 Wook SongMeson/LCOV: Fix wrong code coverage ratio for ml-agent...
2023-03-31 Yongjoo Ahn[CodeClean] Remove unnecessary code in service api...
2023-03-31 Yongjoo Ahn[agent] Remove unused exceptions
2023-03-31 Yongjoo Ahn[CodeClean] Remove pipeline module related code from...
2023-03-31 Yongjoo Ahn[test] Add some negative test for ml-agent
2023-03-31 Wook SongMeson: Add a missing build dependency, 'nnstreamer...
2023-03-30 Yongjoo Ahn[test] Add unittest for service DB
2023-03-28 Yongjoo Ahn[agent/DB] Prevent sql injection by using `sqlite3_bind...
2023-03-28 Jaeyun Jung[Build/Test] daemon for unittest
2023-03-28 Jaeyun Jung[Service] do not free handle in error case
2023-03-27 Jaeyun Jung[Build/Android] temporal block flatbuffer
2023-03-24 Yongjoo Ahn[test] Add negative tests for service APIs
2023-03-24 Yongjoo Ahn[service] Change error code `not_support` into `io_error`
2023-03-24 Yongjoo Ahn[test] Fix mem leak of ml_option
2023-03-24 Yongjoo Ahn[agent] Print exception message
2023-03-20 Jaeyun Jung[CodeClean] handle error case accepted/tizen/unified/20230321.123159
2023-03-20 Yongjoo Ahn[test][service] Add testcases using ml_service_model...
2023-03-20 Yongjoo Ahn[service/model] Implement new APIS ml_service_model_*
2023-03-20 Yongjoo Ahn[common/option] Implement new API ml_option_get.
2023-03-20 Yongjoo Ahn[daemon] Implement dbus method callbacks
2023-03-20 Yongjoo Ahn[daemon][DB] Update/Add service-db methods in sqlite3...
2023-03-20 Yongjoo Ahn[daemon] Add dbus methods to handle model service APIs
2023-03-20 gichan[Tizen] Fix gcno file path of gcov pacakge.
2023-03-20 Jaeyun Jung[Service/Model] define new API
2023-03-20 Jaeyun Jung[Service] handle table version
2023-03-20 Jaeyun Jung[Service] validate model path
2023-03-13 Jaeyun Jung[Test] name to root directory
2023-03-13 Jaeyun Jung[Build] remove dependency to leveldb
2023-02-22 Yongjoo Ahn[service] Add TCs using ml_service_delete_pipeline accepted/tizen/unified/20230223.162150
2023-02-22 Yongjoo Ahn[agent][DB] Fix "delete_pipeline" to check the number...
2023-02-22 Jaeyun Jung[Service/CodeClean] separate method to init database
2023-02-22 Jaeyun Jung[Build] dependency to pkgmgr on ubuntu
2023-02-17 Sangjung Woo[Service/PkgMgr] Add skeleton code for the package...
2023-02-17 Yongjoo Ahn[service] Add simple test using the new API
2023-02-17 Yongjoo Ahn[service] Initial commit for the C-API `ml_service_mode...
2023-02-17 Yongjoo Ahn[service] Add util function to get model daemon proxy
2023-02-17 Yongjoo Ahn[agent] Add initial commit for "model_register" method...
2023-02-17 Yongjoo Ahn[agent] Rename a util function getting dbus proxy
2023-02-17 Yongjoo Ahn[dbus] Add DBus interface for model management
2023-02-17 Yongjoo Ahn[daemon] Remove outdated dbus methods
2023-02-17 Jaeyun Jung[Service] replace ml-service DB
2023-02-16 Sangjung Woo[Single] Fix coverity issue
2023-02-13 MyungJoo Hamc-api: Update API error messages accepted/tizen/unified/20230215.155635
2023-02-13 Jaeyun Jung[Service/CodeClean] change class name
2023-02-07 Jaeyun Jung[Service/CodeClean] handle error case
2023-02-06 Jaeyun Jung[Tizen/PPM] deprecated API from 7.5
2023-02-01 Jaeyun Jung[Service] dependency to sqlite
2023-01-27 Jaeyun Jung[C-Api/Single] invalid data handle in invoke thread accepted/tizen/unified/20230131.162135
2023-01-18 Jaeyun Jung[Single] prevent use-after-free case accepted/tizen/unified/20230118.172043
2023-01-18 Jaeyun Jung[C-Api] new function to copy data handle
2023-01-16 Jaeyun[Service] handle dbus error case
2023-01-14 Jaeyun[C-Api] fix typo
2023-01-14 Marek Pikułariscv64: Add RISC-V support
2023-01-02 Jaeyun[Single] set tensors-info in output handle accepted/tizen/unified/20230103.164730
2023-01-02 Jaeyun[Test] feature state in tizen test
2023-01-02 gichan[gcov] Exclude test gcno files
2023-01-02 Jaeyun[Build] error on old ubuntu
2023-01-02 Jaeyun[Service] fix signal name
2023-01-02 Jaeyun[Test] fix double free case
2022-12-22 Jaeyun[Meson] dependency to build ml-service accepted/tizen/unified/20221226.070013
2022-12-22 gichan[coverage] Remove unnecessary flags
2022-12-22 gichan[lcov] Change directory before generate html result.
2022-12-19 Yongjoo Ahn[build/android] Add missing arg in build.gradle
2022-12-16 Jaeyun[Meson] cleanup dependencies to common library
2022-12-13 gichan[meson] Construct paths automatically not manually.
2022-12-13 gichan[Tizen] Generate packages for automation test tools
2022-12-01 Yongjoo Ahn[android] Add a testcase for tensor_query
2022-12-01 Yongjoo Ahn[android/build] Build tensor_query with nnstreamer...
2022-11-29 Jaeyun[Common] mem leak case
2022-11-25 Gichan Jang[TEST] Initialize tensors info
2022-10-17 Yongjoo Ahn[android] Fix snpe test of multiple moutput model
2022-10-05 Jaeyun[C-Api/Service] clearly check returned errcode
2022-10-05 Jaeyun[C-Api] feature for float16 type
2022-10-04 Jaeyun[Test] update test
2022-10-04 Jaeyun[Version] update version to 1.8.3
2022-09-30 Yongjoo Ahn[agent] Fix occasional hanging issue when destroy certa... accepted/tizen_7.0_unified_hotfix accepted/tizen/7.0/unified/20221110.060356 accepted/tizen/7.0/unified/hotfix/20221116.104706 accepted/tizen/unified/20221001.053450 tizen_7.0_m2_release
2022-09-30 Yongjoo Ahn[agent] Remove lock in freeing pipeline instances
next