mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
dnn: sync output/internals blobs back
This commit is contained in:
@@ -357,6 +357,9 @@ public:
|
||||
|
||||
void assign(const UMat& u) const;
|
||||
void assign(const Mat& m) const;
|
||||
|
||||
void assign(const std::vector<UMat>& v) const;
|
||||
void assign(const std::vector<Mat>& v) const;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user