pytorch/test/quantization
Xuehai Pan 45411d1fc9 Use absolute path path.resolve() -> path.absolute() (#129409)
Changes:

1. Always explicit `.absolute()`: `Path(__file__)` -> `Path(__file__).absolute()`
2. Replace `path.resolve()` with `path.absolute()` if the code is resolving the PyTorch repo root directory.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/129409
Approved by: https://github.com/albanD
2025-01-03 20:03:40 +00:00
..
ao_migration
bc Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
core Use absolute path path.resolve() -> path.absolute() (#129409) 2025-01-03 20:03:40 +00:00
eager Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
fx [Quantization] add an option keep_original_weights in _lower_to_native_backend (#141049) 2024-12-27 04:02:07 +00:00
jit Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
pt2e Add support for list, tuple and dict in numeric debugger (#143882) 2024-12-28 02:10:31 +00:00
serialized
__init__.py