Sign in
android
/
platform
/
external
/
pytorch
/
89ea6acde2
/
.
/
test
/
expect
/
TestJit.test_shared_param.expect
blob: ec758dfb7d87af225c93fd16094f1259b64240a2 [
file
] [
log
] [
blame
]
graph
(%
0
:
Double
(
2
,
2
)
%
1
:
Double
(
2
,
2
))
{
%
2
:
Double
(
2
,
2
)
=
aten
::
mul
(%
0
,
%
1
),
scope
:
MyModule
%
3
:
Double
(
2
,
2
)
=
aten
::
add
[
alpha
={
1
}](%
2
,
%
1
),
scope
:
MyModule
return
(%
3
);
}