Sign in
android
/
platform
/
external
/
pytorch
/
44d98c30a3
/
.
/
test
/
expect
/
TestScript.test_sum-1.expect
blob: c935710233178f63da422861af018b6e66a11ee7 [
file
] [
log
] [
blame
]
graph
(%
x
:
Tensor
)
{
%
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
);
}