projects
/
platform
/
core
/
multimedia
/
inference-engine-opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23ca40e
)
Fix unused variable warning
38/254938/1
author
Inki Dae
<inki.dae@samsung.com>
Fri, 26 Jun 2020 01:12:41 +0000
(10:12 +0900)
committer
Tae-Young Chung
<ty83.chung@samsung.com>
Thu, 11 Mar 2021 01:17:40 +0000
(10:17 +0900)
Change-Id: I90e3f26dddc6567a5084e6c2c88273669c1787ed
Signed-off-by: Inki Dae <inki.dae@samsung.com>
src/inference_engine_opencv.cpp
patch
|
blob
|
history
diff --git
a/src/inference_engine_opencv.cpp
b/src/inference_engine_opencv.cpp
index 0b3f1eac168edc340ae50557f8c12b31abff40b0..3d12674e7855657d808f81382adb6e59eec628cd 100644
(file)
--- a/
src/inference_engine_opencv.cpp
+++ b/
src/inference_engine_opencv.cpp
@@
-349,8
+349,6
@@
namespace OpenCVImpl
// Suppose a case that an input layer and mulitple input tensors are given.
mNet.setInput(mInputBlobs, mInputLayers.front());
- int idx = 0;
-
if (mOutputBlobs.size() != output_buffers.size()) {
LOGE("output_buffers size is %zu but outputBlobs %zu",
output_buffers.size(), mOutputBlobs.size());