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:
3b98079
)
Add GPU device capabality
95/250895/1
author
Inki Dae
<inki.dae@samsung.com>
Tue, 10 Nov 2020 08:10:54 +0000
(17:10 +0900)
committer
Inki Dae
<inki.dae@samsung.com>
Tue, 5 Jan 2021 08:47:56 +0000
(17:47 +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 4c265fd9912e5f573dd146c8c8610e6f23f14643..13b78a78f7b76c09b65b0c7876f8bc3f7eb46ebc 100644
(file)
--- a/
src/inference_engine_tflite.cpp
+++ b/
src/inference_engine_tflite.cpp
@@
-397,7
+397,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");