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