mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Merge branch 4.x
This commit is contained in:
@@ -2050,7 +2050,7 @@ private:
|
||||
net.setPreferableTarget(target);
|
||||
|
||||
Mat re;
|
||||
ASSERT_NO_THROW(re = net.forward()); // runtime error
|
||||
re = net.forward();
|
||||
auto ptr_re = (float *) re.data;
|
||||
for (int i = 0; i < re.total(); i++)
|
||||
if (op == "sum"){
|
||||
|
||||
Reference in New Issue
Block a user