Merge pull request #10315 from alalek:issue_10147_debug

dnn: more debug information
This commit is contained in:
Alexander Alekhin
2017-12-15 15:01:12 +03:00
committed by GitHub
@@ -103,6 +103,7 @@ public:
<< "i_c=" << i_c << std::endl
<< "i_wh=" << i_wh << std::endl
<< "index=" << index << std::endl
<< "maxval=" << inptr[i_wh] << std::endl
<< "outPlaneTotal=" << outPlaneTotal << std::endl
<< "input.size=" << input.size << std::endl
<< "indices.size=" << indices.size << std::endl