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

dnn: added trace macros

This commit is contained in:
Alexander Alekhin
2017-06-28 14:46:58 +03:00
parent bbb14d3746
commit ed10383359
36 changed files with 224 additions and 24 deletions
+3
View File
@@ -135,6 +135,9 @@ public:
void forward(std::vector<Mat *> &inputs, std::vector<Mat> &outputs, std::vector<Mat> &internals)
{
CV_TRACE_FUNCTION();
CV_TRACE_ARG_VALUE(name, "name", name.c_str());
Mat &input = *inputs[0];
Mat &output = outputs[0];