1
0
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:
Alexander Alekhin
2018-03-09 10:06:39 +00:00
11 changed files with 304 additions and 522 deletions
@@ -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)