Sign in
android
/
platform
/
external
/
pytorch
/
89ea6acde2
/
.
/
test
/
expect
/
TestJit.test_inplace_transplant.expect
blob: e31e8c783b62b1e1787d8cb48eee404e96803a45 [
file
] [
log
] [
blame
]
graph
(%
0
:
Double
(
1
))
{
%
1
:
Double
(
1
)
=
aten
::
clone
(%
0
)
%
2
:
Double
(
1
)
=
aten
::
add
[
other
={
2
},
alpha
={
1
}](%
1
)
%
3
:
Double
(
1
)
=
aten
::
add
[
other
={
3
},
alpha
={
1
}](%
2
)
return
(%
3
);
}