blob: 00f86c43b9f53fde54a21488750c2f80a9554409 [file] [log] [blame]
def graph(self,
x: Tensor,
y: Tensor) -> Tensor:
_0 = torch.add(torch.mul(x, 2), y, alpha=1)
return _0