mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
resize tensor on reuse if required
This commit is contained in:
@@ -305,6 +305,10 @@ namespace cv { namespace dnn {
|
||||
shape = shape_;
|
||||
offset = 0;
|
||||
shared_block = base->shared_block;
|
||||
|
||||
auto numel = total(shape_);
|
||||
if (numel > shared_block->device.size())
|
||||
shared_block->device.reset(numel);
|
||||
}
|
||||
|
||||
static Ptr<BackendWrapper> create(Mat& m) {
|
||||
|
||||
Reference in New Issue
Block a user