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