mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Merge pull request #10992 from dkurt:dnn_opencl_tests
This commit is contained in:
@@ -273,6 +273,9 @@ public:
|
||||
for(int i = 0; i < outCn; i++ )
|
||||
biasvec[i] = biasMat.at<float>(i);
|
||||
}
|
||||
#ifdef HAVE_OPENCL
|
||||
convolutionOp.release();
|
||||
#endif
|
||||
}
|
||||
|
||||
bool setActivation(const Ptr<ActivationLayer>& layer)
|
||||
|
||||
Reference in New Issue
Block a user