projects
/
platform
/
core
/
multimedia
/
inference-engine-interface.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1862ed9
)
Add a comment
author
Inki Dae
<inki.dae@samsung.com>
Wed, 5 Feb 2020 09:04:30 +0000
(18:04 +0900)
committer
Inki Dae
<inki.dae@samsung.com>
Tue, 14 Apr 2020 00:42:53 +0000
(09:42 +0900)
Change-Id: I61c00dec619c4637cafded6dee08f5788e0181ad
Signed-off-by: Inki Dae <inki.dae@samsung.com>
common/inference_engine_common_impl.cpp
patch
|
blob
|
history
diff --git
a/common/inference_engine_common_impl.cpp
b/common/inference_engine_common_impl.cpp
index 774d43f85851e51d3f5c6941ac56b6df3e56a970..95088d6dcb1320d0f4ee8ac3a93dc9fd0fe505b5 100644
(file)
--- a/
common/inference_engine_common_impl.cpp
+++ b/
common/inference_engine_common_impl.cpp
@@
-176,6
+176,8
@@
int InferenceEngineCommon::Load(std::vector<std::string> model_paths, unsigned i
{
LOGI("ENTER");
+ // TODO. Consider multiple models.
+
std::string model = model_paths.front();
LOGI("Load %s model.", model.c_str());