Sign in
android
/
platform
/
external
/
pytorch
/
cb15c7615a
/
.
/
test
/
expect
/
TestJit.test_repeated_output.expect
blob: 64a937aef7fb6ae358dad400101b6f49c7b39354 [
file
] [
log
] [
blame
]
graph
(%
0
:
Double
(
2
,
2
)
%
1
:
Double
(
2
,
2
))
{
%
2
:
int
=
prim
::
Constant
[
value
=
1
]()
%
3
:
Double
(
2
,
2
)
=
aten
::
add
(%
0
,
%
1
,
%
2
)
return
(%
3
,
%
3
);
}