Sign in
android
/
platform
/
external
/
pytorch
/
cb15c7615a
/
.
/
test
/
expect
/
TestJit.test_repeated_input.expect
blob: ac67a6c14fc972a17054ba6dea5a409211245e1d [
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
);
}