Sign in
android
/
platform
/
external
/
pytorch
/
5837320b70
/
.
/
test
/
expect
/
TestScript.test_math_schema.expect
blob: 1e597839f0a26a7ed2970c00de04d50549731abe [
file
] [
log
] [
blame
]
graph
(%
x
:
Tensor
%
y
:
Tensor
)
{
%
2
:
int
=
prim
::
Constant
[
value
=
1
]()
%
3
:
Tensor
=
aten
::
add
(%
x
,
%
y
,
%
2
)
return
(%
3
);
}