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