1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #9019 from alalek:dnn_trace

This commit is contained in:
Maksim Shabunin
2017-06-29 07:33:46 +00:00
36 changed files with 224 additions and 24 deletions
@@ -156,6 +156,8 @@ public:
void forward(std::vector<Mat*> &inputs, std::vector<Mat> &outputs, std::vector<Mat> &internals)
{
CV_TRACE_FUNCTION();
for (size_t i = 0; i < inputs.size(); i++)
{
const Mat &src = *inputs[i];