Sign in
android
/
platform
/
external
/
pytorch
/
e9eb18a18c
/
.
/
test
/
expect
/
TestJit.test_import_method.expect
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