xref: /aosp_15_r20/external/pytorch/test/expect/TestJit.test_import_method.expect (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1def forward(self,
2    x: Tensor,
3    y: Tensor) -> Tensor:
4  return torch.add(torch.mul(x, 2), y)
5