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