blob: 8af77a237a89b455be31ba381aef85592d5107aa [file] [log] [blame]
import torch
def method1(x, y):
torch.ones(1, 1)
x.append(y)
return x