1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

dnn(opencl): bypass unsupported fusion cases 2

This commit is contained in:
Alexander Alekhin
2020-10-09 16:33:48 +00:00
parent 083727b0a6
commit cdcf7e62f3
3 changed files with 50 additions and 19 deletions
+1 -1
View File
@@ -376,7 +376,7 @@ public:
if (activ_power->scale != 1.0f) // not supported well by implementation, #17964
{
// FIXIT no way to check number of blobs (like, eltwise input)
CV_LOG_INFO(NULL, "DNN/OpenCL: can't configure Power activation (scale != 1.0f)");
CV_LOG_DEBUG(NULL, "DNN/OpenCL: can't configure Power activation (scale != 1.0f)");
activ.release();
newActiv = false;
return false;