mirror of
https://github.com/opencv/opencv.git
synced 2025-06-08 01:53:19 +08:00
dnn(openvino): remove undefined status
This commit is contained in:
parent
838c34eee1
commit
9a2a34f94e
@ -1166,7 +1166,7 @@ void InfEngineNgraphNet::forward(const std::vector<Ptr<BackendWrapper> >& outBlo
|
|||||||
auto* promises = &reqWrapper->outProms;
|
auto* promises = &reqWrapper->outProms;
|
||||||
auto* req = &reqWrapper->req;
|
auto* req = &reqWrapper->req;
|
||||||
reqWrapper->req.set_callback([isReady, promises, req](std::exception_ptr ex) {
|
reqWrapper->req.set_callback([isReady, promises, req](std::exception_ptr ex) {
|
||||||
CV_LOG_DEBUG(NULL, "DNN(nGraph): completionCallback(" << (int)status << ")");
|
CV_LOG_DEBUG(NULL, "DNN(nGraph): completionCallback()");
|
||||||
|
|
||||||
size_t processedOutputs = 0;
|
size_t processedOutputs = 0;
|
||||||
try
|
try
|
||||||
|
Loading…
Reference in New Issue
Block a user