Sign in
android
/
platform
/
external
/
pytorch
/
11f50e73e3
/
.
/
test
/
test_module
/
no_future_div.py
blob: 1b1b9f0cd13164a3376d595a7118666fcce95b2d [
file
] [
log
] [
blame
]
import
torch
def
div_int_nofuture
():
return
1
/
2
def
div_float_nofuture
():
return
3.14
/
0.125