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 50e1fea commit c47d098Copy full SHA for c47d098
include/matx/operators/matmul.h
@@ -76,7 +76,6 @@ namespace matx
76
out_dims_[r] = a_.Size(r);
77
}
78
79
- printf("%lld %lld %lld\n", out_dims_[0], out_dims_[1], out_dims_[2]);
80
81
else {
82
for (int r = 0; r < Rank() - 2; r++) {
0 commit comments