xref
: /
aosp_15_r20
/
external
/
pytorch
/
test
/
expect
/
TestJit.test_import_method.expect
(revision da0073e96a02ea20f0ac840b70461e3646d07c45)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
def forward(self,
2
x: Tensor,
3
y: Tensor) -> Tensor:
4
return
torch.add
(
torch.mul
(x, 2), y)
5