/
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/no_future_div.py
(122B)
import torch # noqa: F401 def div_int_nofuture(): return 1 / 2 def div_float_nofuture(): return 3.14 / 0.125
Save
cmd:
run