Sign in
android
/
platform
/
external
/
pytorch
/
0b1b72e975
/
.
/
test
/
expect
/
TestJit.test_constant_prop_simple.expect
blob: bb4326e966dd503918ba5a3af26608f08035863b [
file
] [
log
] [
blame
]
graph
(%
input_tensor
:
Tensor
)
{
%
1
:
int
=
prim
::
Constant
[
value
=
1
]()
%
2
:
int
=
prim
::
Constant
[
value
=
8
]()
%
3
:
Tensor
=
aten
::
add
(%
input_tensor
,
%
2
,
%
1
)
return
(%
3
);
}