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