@@ -5507,12 +5507,12 @@ StringRef mlir::torch::Torch::getAbstractInterpLibrary() {
5507
5507
" }\n"
5508
5508
" %15 = torch.aten.__getitem__.t %arg0, %int2 : !torch.list<int>, !torch.int -> !torch.int\n"
5509
5509
" %16 = torch.aten.__getitem__.t %11, %int0 : !torch.list<float>, !torch.int -> !torch.float\n"
5510
- " %17 = torch.operator \" aten.mul.int_float\"( %15, %16) : ( !torch.int, !torch.float) -> !torch.float \n"
5510
+ " %17 = torch.aten.mul.int_float %15, %16 : !torch.int, !torch.float -> !torch.float\n"
5511
5511
" %18 = torch.aten.Int.float %17 : !torch.float -> !torch.int\n"
5512
5512
" %19 = torch.aten.append.t %1, %18 : !torch.list<int>, !torch.int -> !torch.list<int>\n"
5513
5513
" %20 = torch.aten.__getitem__.t %arg0, %int3 : !torch.list<int>, !torch.int -> !torch.int\n"
5514
5514
" %21 = torch.aten.__getitem__.t %11, %int1 : !torch.list<float>, !torch.int -> !torch.float\n"
5515
- " %22 = torch.operator \" aten.mul.int_float\"( %20, %21) : ( !torch.int, !torch.float) -> !torch.float \n"
5515
+ " %22 = torch.aten.mul.int_float %20, %21 : !torch.int, !torch.float -> !torch.float\n"
5516
5516
" %23 = torch.aten.Int.float %22 : !torch.float -> !torch.int\n"
5517
5517
" %24 = torch.aten.append.t %1, %23 : !torch.list<int>, !torch.int -> !torch.list<int>\n"
5518
5518
" torch.prim.If.yield\n"
@@ -11184,7 +11184,7 @@ StringRef mlir::torch::Torch::getAbstractInterpLibrary() {
11184
11184
" %14 = torch.aten.__getitem__.t %arg0, %int1 : !torch.list<int>, !torch.int -> !torch.int\n"
11185
11185
" %15 = torch.aten.__getitem__.t %arg0, %int2 : !torch.list<int>, !torch.int -> !torch.int\n"
11186
11186
" %16 = torch.aten.__getitem__.t %12, %int0 : !torch.list<float>, !torch.int -> !torch.float\n"
11187
- " %17 = torch.operator \" aten.mul.int_float\"( %15, %16) : ( !torch.int, !torch.float) -> !torch.float \n"
11187
+ " %17 = torch.aten.mul.int_float %15, %16 : !torch.int, !torch.float -> !torch.float\n"
11188
11188
" %18 = torch.aten.Int.float %17 : !torch.float -> !torch.int\n"
11189
11189
" %19 = torch.prim.ListConstruct %13, %14, %18 : (!torch.int, !torch.int, !torch.int) -> !torch.list<int>\n"
11190
11190
" torch.prim.If.yield %19 : !torch.list<int>\n"
@@ -11264,11 +11264,11 @@ StringRef mlir::torch::Torch::getAbstractInterpLibrary() {
11264
11264
" %14 = torch.aten.__getitem__.t %arg0, %int1 : !torch.list<int>, !torch.int -> !torch.int\n"
11265
11265
" %15 = torch.aten.__getitem__.t %arg0, %int2 : !torch.list<int>, !torch.int -> !torch.int\n"
11266
11266
" %16 = torch.aten.__getitem__.t %12, %int0 : !torch.list<float>, !torch.int -> !torch.float\n"
11267
- " %17 = torch.operator \" aten.mul.int_float\"( %15, %16) : ( !torch.int, !torch.float) -> !torch.float \n"
11267
+ " %17 = torch.aten.mul.int_float %15, %16 : !torch.int, !torch.float -> !torch.float\n"
11268
11268
" %18 = torch.aten.Int.float %17 : !torch.float -> !torch.int\n"
11269
11269
" %19 = torch.aten.__getitem__.t %arg0, %int3 : !torch.list<int>, !torch.int -> !torch.int\n"
11270
11270
" %20 = torch.aten.__getitem__.t %12, %int1 : !torch.list<float>, !torch.int -> !torch.float\n"
11271
- " %21 = torch.operator \" aten.mul.int_float\"( %19, %20) : ( !torch.int, !torch.float) -> !torch.float \n"
11271
+ " %21 = torch.aten.mul.int_float %19, %20 : !torch.int, !torch.float -> !torch.float\n"
11272
11272
" %22 = torch.aten.Int.float %21 : !torch.float -> !torch.int\n"
11273
11273
" %23 = torch.prim.ListConstruct %13, %14, %18, %22 : (!torch.int, !torch.int, !torch.int, !torch.int) -> !torch.list<int>\n"
11274
11274
" torch.prim.If.yield %23 : !torch.list<int>\n"
0 commit comments