Sign in
android
/
platform
/
external
/
pytorch
/
2c91e13afc6edcfe0a0e6189a88aae4ecbbf3516
/
.
/
test
/
expect
/
TestJit.test_import_method.expect
blob: eb19228454a7dc65846ac99a210f3ec30b3c4093 [
file
] [
log
] [
blame
]
def
forward
(
self
,
x
:
Tensor
,
y
:
Tensor
)
->
Tensor
:
return
torch
.
add
(
torch
.
mul
(
x
,
2
),
y
)