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 f9d4535 commit 2d0fee3Copy full SHA for 2d0fee3
lib/Dialect/Torch/Transforms/AbstractInterpLibrary.cpp
@@ -6172,7 +6172,7 @@ StringRef mlir::torch::Torch::getAbstractInterpLibrary() {
6172
" %true = torch.constant.bool true\n"
6173
" %none = torch.constant.none\n"
6174
" %str_0 = torch.constant.str \"AssertionError: \"\n"
6175
-" %str_1 = torch.constant.str \"The dims of tensor b ({}) must be less than or equal to the dims of tensor a ({}) \"\n"
+" %str_1 = torch.constant.str \"The dims of tensor b ({}) must be less than or equal tothe dims of tensor a ({}) \"\n"
6176
" %int0 = torch.constant.int 0\n"
6177
" %int1 = torch.constant.int 1\n"
6178
" %0 = torch.aten.len.t %arg0 : !torch.list<int> -> !torch.int\n"
0 commit comments