Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb1072d0

Browse files
committed
Fix VTBL layout
1 parent00ab83f commitb1072d0

File tree

1 file changed

+2
-2
lines changed
  • modules/dnn/include/opencv2/dnn

1 file changed

+2
-2
lines changed

‎modules/dnn/include/opencv2/dnn/dnn.hpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,11 +355,11 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
355355
std::vector<MatShape> &outputs,
356356
std::vector<MatShape> &internals)const;
357357

358-
virtualboolupdateMemoryShapes(const std::vector<MatShape> &inputs);
359-
360358
virtual int64getFLOPS(const std::vector<MatShape> &inputs,
361359
const std::vector<MatShape> &outputs)const {CV_UNUSED(inputs);CV_UNUSED(outputs);return0;}
362360

361+
virtualboolupdateMemoryShapes(const std::vector<MatShape> &inputs);
362+
363363
CV_PROP String name;//!< Name of the layer instance, can be used for logging or other internal purposes.
364364
CV_PROP String type;//!< Type name which was used for creating layer by layer factory.
365365
CV_PROPint preferableTarget;//!< prefer target for layer forwarding

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp