1
0
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:
Alexander Alekhin
2017-11-22 14:00:58 +03:00
parent 0f34628af7
commit 9db5cbf9a4
3 changed files with 83 additions and 0 deletions
@@ -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;
};