Sign in
android
/
platform
/
external
/
pytorch
/
44cb43bcc1
/
.
/
test
/
expect
/
TestScript.test_string_cu.expect
blob: d4d96182a30316dc75975a3b1d00737d8f73aabb [
file
] [
log
] [
blame
]
graph
(%
a
:
Dynamic
)
{
%
3
:
string
=
prim
::
Constant
[
value
=
"aa"
]()
%
1
:
string
=
prim
::
Constant
[
value
=
"a\n\tb\n"
]()
%
2
:
int
=
prim
::
Constant
[
value
=
2
]()
=
prim
::
Print
(%
a
,
%
1
,
%
2
,
%
3
)
return
(%
a
);
}