pytorch/torch/utils
Aaron Gokaslan 8e46d0f595 [BE]: Update typing of OrderedSet ancestor (#145783)
Now that we are on python 3.9 minimum version we can properly use Generics in the superclass
Pull Request resolved: https://github.com/pytorch/pytorch/pull/145783
Approved by: https://github.com/eellison
2025-01-28 04:43:49 +00:00
..
_strobelight PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
_sympy Fix PythonMod printing for C++ (#143385) 2025-01-22 14:58:35 +00:00
backcompat
benchmark PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
bottleneck PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
data Backout PEP585 use of Iterable (#145438) 2025-01-23 11:45:37 +00:00
hipify PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
jit PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
model_dump PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
serialization Revert "Add option to serialization config to reduce random reads from get_record_offset when loading with mmap=True (#143880)" 2025-01-28 03:07:17 +00:00
tensorboard PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
viz PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
__init__.py
_backport_slots.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
_config_module.py Add multi env variable support to configs (#145288) 2025-01-24 10:04:24 +00:00
_config_typing.pyi
_content_store.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
_contextlib.py
_cpp_embed_headers.py [MPS] Support includes in metal objects (#145087) 2025-01-18 05:35:22 +00:00
_cpp_extension_versioner.py
_cxx_pytree.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
_device.py Revert "Fix torch.normal ignores default_device (#144070)" 2025-01-14 17:41:58 +00:00
_exposed_in.py
_filelock.py
_foreach_utils.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
_freeze.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
_functools.py
_get_clean_triton.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
_import_utils.py remove allow-untyped-defs from utils/_import_utils.py (#144089) 2025-01-03 01:21:13 +00:00
_mode_utils.py
_ordered_set.py [BE]: Update typing of OrderedSet ancestor (#145783) 2025-01-28 04:43:49 +00:00
_python_dispatch.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
_pytree.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
_stats.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
_thunk.py
_traceback.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
_triton.py
_typing_utils.py Revert "Fix type annotation of Linear.bias (#142326)" 2025-01-26 03:41:00 +00:00
_zip.py
backend_registration.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
bundled_inputs.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
checkpoint.py [BE] typing for decorators (#144161) 2025-01-04 16:40:09 +00:00
collect_env.py Revert "Collect packages with importlib in collect_env (#144616)" 2025-01-13 03:11:04 +00:00
cpp_backtrace.py
cpp_extension.py simplify torch.utils.cpp_extension.include_paths; use it in cpp_builder (#145480) 2025-01-27 07:19:42 +00:00
deterministic.py
dlpack.py
file_baton.py
flop_counter.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
hooks.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
mkldnn.py
mobile_optimizer.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
model_zoo.py
module_tracker.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
show_pickle.py Use typing.IO[bytes] instead of io.BytesIO in annotations (#144994) 2025-01-27 18:08:07 +00:00
throughput_benchmark.py
weak.py