mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
This PR allows `FileManager` to accept `pathlib.Path` as arguments while keeping the original `str` path support. This allows us to simplify the code such as: 1. `os.path.join(..., ...)` with `Path.__floordiv__(..., ...)`. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| lazy_ir.py | ||
| lazy_ts_lowering.py | ||
| native_functions.py | ||
| register_dispatch_key.py | ||
| ufunc.py | ||