Sign in
android
/
platform
/
external
/
pytorch
/
47766e648f
/
.
/
test
/
test_module
/
no_future_div.py
blob: 32e008e7f5ed445b09d7658e7024c50f8abbbce9 [
file
] [
log
] [
blame
]
import
torch
# noqa: F401
def
div_int_nofuture
():
return
1
/
2
def
div_float_nofuture
():
return
3.14
/
0.125