projects
/
platform
/
core
/
multimedia
/
inference-engine-tflite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f1aaf7
)
Add GPU device capabality
94/253794/1
tizen_devel_gesture
author
Inki Dae
<inki.dae@samsung.com>
Tue, 10 Nov 2020 08:10:54 +0000
(17:10 +0900)
committer
Hyunsoo Park
<hance.park@samsung.com>
Thu, 18 Feb 2021 05:13:22 +0000
(14:13 +0900)
Change-Id: I1c7ab126e2ef61c4c2b85e1c125f071629ec21e7
Signed-off-by: Inki Dae <inki.dae@samsung.com>
src/inference_engine_tflite.cpp
patch
|
blob
|
history
diff --git
a/src/inference_engine_tflite.cpp
b/src/inference_engine_tflite.cpp
index 78e4f64cc60114a500d0c616e2836809eb8d6c4d..02d57a69130d33b5146849729030f734fcefb952 100644
(file)
--- a/
src/inference_engine_tflite.cpp
+++ b/
src/inference_engine_tflite.cpp
@@
-382,7
+382,8
@@
namespace TFLiteImpl
return INFERENCE_ENGINE_ERROR_INVALID_PARAMETER;
}
- capacity->supported_accel_devices = INFERENCE_TARGET_CPU;
+ capacity->supported_accel_devices = INFERENCE_TARGET_CPU |
+ INFERENCE_TARGET_GPU;
LOGI("LEAVE");