Sign in
android
/
platform
/
external
/
pytorch
/
24a463c46c
/
.
/
test
/
expect
/
TestJit.test_cu_escaped_number.expect
blob: ef7bd90052101a6608e679c6f562a88bd6c670ad [
file
] [
log
] [
blame
]
def
foo
(
a
:
Tensor
)
->
NoneType
:
print
(
"hi\016"
)
return
None