diff options
author | Woo Chang Kim <wchang.kim@samsung.com> | 2020-09-02 00:16:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review> | 2020-09-02 00:16:38 +0000 |
commit | 80881e6e814746310bd2638b60df622bba9b431e (patch) | |
tree | 426100eec0316f2d0ab5f6801eb8de32e4599834 /tw3/model-config.xml | |
parent | 05851dd31727ce88112f2370beb1d4ffe21127c4 (diff) | |
parent | c6b2f647bc44c95775f0b3902a78ebf957307606 (diff) | |
download | unified-model-config-80881e6e814746310bd2638b60df622bba9b431e.tar.gz unified-model-config-80881e6e814746310bd2638b60df622bba9b431e.tar.bz2 unified-model-config-80881e6e814746310bd2638b60df622bba9b431e.zip |
Merge "[ACR-1579] Newly add machine_learning.training feature" into tizen
Diffstat (limited to 'tw3/model-config.xml')
-rw-r--r-- | tw3/model-config.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tw3/model-config.xml b/tw3/model-config.xml index 2743f54..76868c3 100644 --- a/tw3/model-config.xml +++ b/tw3/model-config.xml @@ -52,6 +52,7 @@ <key name="tizen.org/feature/location.wps" type="bool">false</key> <key name="tizen.org/feature/machine_learning" type="bool">true</key> <key name="tizen.org/feature/machine_learning.inference" type="bool">true</key> + <key name="tizen.org/feature/machine_learning.training" type="bool">true</key> <key name="tizen.org/feature/maps" type="bool">true</key> <key name="tizen.org/feature/media.audio_recording" type="bool">true</key> <key name="tizen.org/feature/media.image_capture" type="bool">false</key> |