Unverified Commit 7d4a67f2 authored by Alexander Alekhin's avatar Alexander Alekhin Committed by GitHub

Merge pull request #10315 from alalek:issue_10147_debug

dnn: more debug information
parents 1b8acd66 0da947e6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment