@@ -1158,7 +1158,6 @@ def forward(self, input):
1158
1158
{
1159
1159
torch .ops .aten .add .Tensor ,
1160
1160
torch .ops .aten .scatter .src ,
1161
- torch .ops .aten .full_like .default ,
1162
1161
},
1163
1162
torch .zeros (3 , 5 , dtype = torch .int32 ).cuda (),
1164
1163
"sum" ,
@@ -1171,7 +1170,6 @@ def forward(self, input):
1171
1170
{
1172
1171
torch .ops .aten .add .Tensor ,
1173
1172
torch .ops .aten .scatter .src ,
1174
- torch .ops .aten .full_like .default ,
1175
1173
},
1176
1174
torch .zeros (3 , 5 , dtype = torch .int32 ).cuda (),
1177
1175
"sum" ,
@@ -1189,7 +1187,6 @@ def forward(self, input):
1189
1187
{
1190
1188
torch .ops .aten .add .Tensor ,
1191
1189
torch .ops .aten .scatter .src ,
1192
- torch .ops .aten .full_like .default ,
1193
1190
},
1194
1191
torch .zeros (3 , 5 , 6 , dtype = torch .int32 ).cuda (),
1195
1192
"sum" ,
@@ -1203,7 +1200,6 @@ def forward(self, input):
1203
1200
{
1204
1201
torch .ops .aten .mul .Tensor ,
1205
1202
torch .ops .aten .scatter .src ,
1206
- torch .ops .aten .full_like .default ,
1207
1203
},
1208
1204
torch .ones (3 , 5 , dtype = torch .int32 ).cuda (),
1209
1205
"prod" ,
@@ -1216,7 +1212,6 @@ def forward(self, input):
1216
1212
{
1217
1213
torch .ops .aten .mul .Tensor ,
1218
1214
torch .ops .aten .scatter .src ,
1219
- torch .ops .aten .full_like .default ,
1220
1215
},
1221
1216
torch .ones (3 , 5 , dtype = torch .int32 ).cuda (),
1222
1217
"prod" ,
@@ -1229,7 +1224,6 @@ def forward(self, input):
1229
1224
{
1230
1225
torch .ops .aten .mul .Tensor ,
1231
1226
torch .ops .aten .scatter .src ,
1232
- torch .ops .aten .full_like .default ,
1233
1227
},
1234
1228
torch .ones (3 , 5 , dtype = torch .int32 ).cuda (),
1235
1229
"prod" ,
@@ -1242,7 +1236,6 @@ def forward(self, input):
1242
1236
{
1243
1237
torch .ops .aten .mul .Tensor ,
1244
1238
torch .ops .aten .scatter .src ,
1245
- torch .ops .aten .full_like .default ,
1246
1239
},
1247
1240
torch .ones (3 , 5 , dtype = torch .int32 ).cuda (),
1248
1241
"prod" ,
@@ -1260,7 +1253,6 @@ def forward(self, input):
1260
1253
{
1261
1254
torch .ops .aten .mul .Tensor ,
1262
1255
torch .ops .aten .scatter .src ,
1263
- torch .ops .aten .full_like .default ,
1264
1256
},
1265
1257
torch .ones (3 , 5 , 6 , dtype = torch .int32 ).cuda (),
1266
1258
"prod" ,
@@ -1300,7 +1292,6 @@ def forward(self, input):
1300
1292
torch .ops .aten .add .Tensor ,
1301
1293
torch .ops .aten .div .Tensor_mode ,
1302
1294
torch .ops .aten .scatter .src ,
1303
- torch .ops .aten .full_like .default ,
1304
1295
},
1305
1296
torch .zeros (3 , 5 , dtype = torch .int32 ).cuda (),
1306
1297
"mean" ,
@@ -1314,7 +1305,6 @@ def forward(self, input):
1314
1305
torch .ops .aten .add .Tensor ,
1315
1306
torch .ops .aten .div .Tensor_mode ,
1316
1307
torch .ops .aten .scatter .src ,
1317
- torch .ops .aten .full_like .default ,
1318
1308
},
1319
1309
torch .zeros (3 , 5 , dtype = torch .int32 ).cuda (),
1320
1310
"mean" ,
@@ -1333,7 +1323,6 @@ def forward(self, input):
1333
1323
torch .ops .aten .add .Tensor ,
1334
1324
torch .ops .aten .div .Tensor_mode ,
1335
1325
torch .ops .aten .scatter .src ,
1336
- torch .ops .aten .full_like .default ,
1337
1326
},
1338
1327
torch .zeros (3 , 5 , 6 , dtype = torch .int32 ).cuda (),
1339
1328
"mean" ,
0 commit comments