/
usr
/
local
/
lib64
/
python3.6
/
site-packages
/
torch
/
testing
/
_internal
/
test_module
/
/usr/local/lib64/python3.6/site-packages/torch/testing/_internal/test_module
mkdir
upload
Name
Size
Mode
Actions
__pycache__/
-
0755
rm
future_div.py
123
0644
edit
dl
rm
no_future_div.py
122
0644
edit
dl
rm
__init__.py
0
0644
edit
dl
rm
Edit:
/usr/local/lib64/python3.6/site-packages/torch/testing/_internal/test_module/future_div.py
(123B)
from __future__ import division def div_int_future(): return 1 / 2 def div_float_future(): return 3.14 / 0.125
Save
from __future__ import division def div_int_future(): return 1 / 2 def div_float_future(): return 3.14 / 0.125