Sign in
android
/
platform
/
external
/
pytorch
/
456f41301c
/
.
/
test
/
expect
/
TestScript.test_sum-2.expect
blob: 1d2b93741efb0d929eb3b47612561ff3f15e828a [
file
] [
log
] [
blame
]
graph
(%
x
:
Double
(
1
,
1
,
1
,
1
,
4
))
{
%
1
:
int
=
prim
::
Constant
[
value
=
4
]()
%
2
:
int
=
prim
::
Constant
[
value
=
0
]()
%
3
:
int
[]
=
prim
::
ListConstruct
(%
1
)
%
4
:
Dynamic
=
aten
::
sum
(%
x
,
%
3
,
%
2
)
return
(%
4
);
}