Sign in
android
/
platform
/
external
/
pytorch
/
d95e68c8cc
/
.
/
test
/
expect
/
TestScript.test_math_numbers-int.expect
blob: 64e4f319dbc166cdb33f37c16393aa60afcfa848 [
file
] [
log
] [
blame
]
graph
(%
x
:
Dynamic
)
{
%
1
:
int
=
prim
::
Constant
[
value
=
7
]()
%
2
:
int
=
prim
::
Constant
[
value
=
8
]()
%
3
:
int
=
aten
::
add
(%
1
,
%
2
)
return
(%
3
);
}