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
commit 7d4a67f2a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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