We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d268f6d commit d6622faCopy full SHA for d6622fa
modules/gapi/samples/pipeline_modeling_tool/utils.hpp
@@ -38,7 +38,7 @@ inline void generateRandom(cv::Mat& out) {
38
break;
39
case CV_16F: {
40
std::vector<int> dims;
41
- for (int i = 0; i < out.size.dims(); ++i) {
+ for (int i = 0; i < out.size.dims; ++i) {
42
dims.push_back(out.size[i]);
43
}
44
cv::Mat fp32_mat;
0 commit comments