Add a comment
authorInki Dae <inki.dae@samsung.com>
Wed, 5 Feb 2020 09:04:30 +0000 (18:04 +0900)
committerInki 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

index 774d43f85851e51d3f5c6941ac56b6df3e56a970..95088d6dcb1320d0f4ee8ac3a93dc9fd0fe505b5 100644 (file)
@@ -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());