DEBSOURCES
Skip Quicknav
sources / pytorch-cuda / 2.6.0%2Bdfsg-7 / torch / testing / _internal / test_module / future_div.py
12345678910
# mypy: ignore-errors def div_int_future(): return 1 / 2 def div_float_future(): return 3.14 / 0.125